Home
last modified time | relevance | path

Searched refs:has_key_compare (Results 1 - 2 of 2) sorted by relevance

/third_party/json/include/nlohmann/detail/meta/
H A Dtype_traits.hpp169 struct has_key_compare : std::integral_constant<bool, is_detected<detect_key_compare, T>::value> {}; struct
177 using type = typename std::conditional < has_key_compare<object_t>::value,
/third_party/json/single_include/nlohmann/
H A Djson.hpp3565 struct has_key_compare : std::integral_constant<bool, is_detected<detect_key_compare, T>::value> {}; struct
3573 using type = typename std::conditional < has_key_compare<object_t>::value,

Completed in 25 milliseconds