Home
last modified time | relevance | path

Searched refs:has_to_json (Results 1 - 3 of 3) sorted by relevance

/third_party/json/include/nlohmann/detail/meta/
H A Dtype_traits.hpp153 struct has_to_json : std::false_type {}; struct
156 struct has_to_json < BasicJsonType, T, enable_if_t < !is_basic_json<T>::value >> struct
473 has_to_json<BasicJsonType, CompatibleType>::value;
/third_party/json/tests/abi/include/nlohmann/
H A Djson_v3_10_5.hpp3472 struct has_to_json : std::false_type {};
3475 struct has_to_json < BasicJsonType, T, enable_if_t < !is_basic_json<T>::value >>
3765 has_to_json<BasicJsonType, CompatibleType>::value;
/third_party/json/single_include/nlohmann/
H A Djson.hpp3549 struct has_to_json : std::false_type {}; struct
3552 struct has_to_json < BasicJsonType, T, enable_if_t < !is_basic_json<T>::value >> struct
3869 has_to_json<BasicJsonType, CompatibleType>::value;

Completed in 45 milliseconds