Home
last modified time | relevance | path

Searched defs:has_non_default_from_json (Results 1 – 2 of 2) sorted by relevance

/third_party/json/include/nlohmann/detail/meta/
Dtype_traits.hpp121 struct has_non_default_from_json : std::false_type {}; struct
124 struct has_non_default_from_json < BasicJsonType, T, enable_if_t < !is_basic_json<T>::value >> struct
126 using serializer = typename BasicJsonType::template json_serializer<T, void>;
128 static constexpr bool value =
/third_party/json/single_include/nlohmann/
Djson.hpp3060 struct has_non_default_from_json : std::false_type {}; struct
3063 struct has_non_default_from_json < BasicJsonType, T, enable_if_t < !is_basic_json<T>::value >> struct
3065 using serializer = typename BasicJsonType::template json_serializer<T, void>;
3067 static constexpr bool value =