Home
last modified time | relevance | path

Searched defs:has_from_json (Results 1 – 3 of 3) sorted by relevance

/third_party/json/include/nlohmann/detail/meta/
Dtype_traits.hpp114 struct has_from_json : std::false_type {}; struct
127 struct has_from_json < BasicJsonType, T, enable_if_t < !is_basic_json<T>::value >> struct
129 using serializer = typename BasicJsonType::template json_serializer<T, void>;
131 static constexpr bool value =
/third_party/json/single_include/nlohmann/
Djson.hpp3527 struct has_from_json : std::false_type {}; struct
3540 struct has_from_json < BasicJsonType, T, enable_if_t < !is_basic_json<T>::value >> struct
3542 using serializer = typename BasicJsonType::template json_serializer<T, void>;
3544 static constexpr bool value =
/third_party/json/tests/abi/include/nlohmann/
Djson_v3_10_5.hpp3432 struct has_from_json : std::false_type {}; struct
3445 struct has_from_json < BasicJsonType, T, enable_if_t < !is_basic_json<T>::value >> struct
3447 using serializer = typename BasicJsonType::template json_serializer<T, void>;
3449 static constexpr bool value =