Home
last modified time | relevance | path

Searched defs:is_specialization_of (Results 1 - 2 of 2) sorted by relevance

/third_party/json/include/nlohmann/detail/meta/
H A Dtype_traits.hpp498 struct is_specialization_of : std::false_type {}; struct
501 struct is_specialization_of<Primary, Primary<Args...>> : std::true_type {}; struct
/third_party/json/single_include/nlohmann/
H A Djson.hpp3894 struct is_specialization_of : std::false_type {}; struct
3897 struct is_specialization_of<Primary, Primary<Args...>> : std::true_type {}; struct

Completed in 26 milliseconds