Searched refs:get_to (Results 1 – 12 of 12) sorted by relevance
35 json_types["boolean"].get_to(v1); in main()36 json_types["number"]["integer"].get_to(v2); in main()37 json_types["number"]["integer"].get_to(v3); in main()38 json_types["number"]["floating-point"].get_to(v4); in main()39 json_types["number"]["floating-point"].get_to(v5); in main()40 json_types["string"].get_to(v6); in main()41 json_types["array"].get_to(v7); in main()42 json_types.get_to(v8); in main()
270 j.get_to(obj2);281 j2.get_to(obj2);292 j2.get_to(obj2);303 j2.get_to(obj2);314 j2.get_to(obj2);325 j2.get_to(obj2);
159 j.get_to(o);166 j.get_to(o);173 j.get_to(o);180 j.get_to(o);187 j.get_to(o);361 j.get_to(a);368 j.get_to(a);375 j.get_to(a);382 j.get_to(a);389 j.get_to(a);[all …]
96 j["a"].get_to(data.a); in from_json()97 j["b"].get_to(data.b); in from_json()
308 CHECK(person_json.get_to(person) == sfinae_addict);311 person_json["name"].get_to(name).m_val = "new name";
65 j.at("name").get_to(p.name);66 j.at("address").get_to(p.address);67 j.at("age").get_to(p.age);73 Likewise, when calling `get<your_type>()` or `get_to(your_type&)`, the `from_json` method will be c…
126 - get_to - get a value
3018 ValueType & get_to(ValueType& v) const noexcept(noexcept( in get_to() function in nlohmann::basic_json3031 ValueType & get_to(ValueType& v) const in get_to() function in nlohmann::basic_json3042 Array get_to(T (&v)[N]) const in get_to() function in nlohmann::basic_json
386 j_string.get_to(cpp_string2);872 j.at("name").get_to(p.name);873 j.at("address").get_to(p.address);874 j.at("age").get_to(p.age);880 Likewise, when calling `get<your_type>()` or `get_to(your_type&)`, the `from_json` method will be c…
144 - Fix [`get_to`](https://nlohmann.github.io/json/classnlohmann_1_1basic__json_a65753c68f06639eda0d3…394 This release adds support for **GCC 4.8**. Furthermore, it adds a function [**`get_to`**](http://nl…401 - Added new function [**`get_to`**](http://nlohmann.github.io/json/doxygen/classnlohmann_1_1basic__…
268 #define NLOHMANN_JSON_FROM(v1) nlohmann_json_j.at(#v1).get_to(nlohmann_json_t.v1);
2285 #define NLOHMANN_JSON_FROM(v1) nlohmann_json_j.at(#v1).get_to(nlohmann_json_t.v1);19506 ValueType & get_to(ValueType& v) const noexcept(noexcept( in get_to() function in nlohmann::basic_json19519 ValueType & get_to(ValueType& v) const in get_to() function in nlohmann::basic_json19530 Array get_to(T (&v)[N]) const in get_to() function in nlohmann::basic_json