json/include/nlohmann
Théo DELRIEU 521fe49fec
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
2018-09-28 11:25:23 +02:00
..
detail Patch nlohmann/json for GCC 4.8 2018-09-25 18:10:20 +02:00
adl_serializer.hpp make from_json SFINAE-correct 2018-09-07 14:10:37 +02:00
json.hpp Add basic_json::get_to function. 2018-09-28 11:25:23 +02:00
json_fwd.hpp 📝 link to cppreference via HTTPS 2018-06-24 22:34:47 +02:00