Add basic_json::get_to function.
Takes an lvalue reference, and returns the same reference.
This allows non-default constructible types to be converted without
specializing adl_serializer.
This overload does not require CopyConstructible either.
Implements #1227
Showing
doc/examples/get_to.cpp
0 → 100644
Please
register
or
sign in
to comment