Home
last modified time | relevance | path

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

/third_party/json/include/nlohmann/detail/meta/
Dtype_traits.hpp136 struct has_to_json : std::false_type {}; struct
139 struct has_to_json < BasicJsonType, T, enable_if_t < !is_basic_json<T>::value >> struct
141 using serializer = typename BasicJsonType::template json_serializer<T, void>;
143 static constexpr bool value =
/third_party/json/single_include/nlohmann/
Djson.hpp3075 struct has_to_json : std::false_type {}; struct
3078 struct has_to_json < BasicJsonType, T, enable_if_t < !is_basic_json<T>::value >> struct
3080 using serializer = typename BasicJsonType::template json_serializer<T, void>;
3082 static constexpr bool value =