Home
last modified time | relevance | path

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

/third_party/json/include/nlohmann/detail/meta/
Dtype_traits.hpp391 struct is_constructible_tuple : std::false_type {}; struct
394 struct is_constructible_tuple<T1, std::tuple<Args...>> : conjunction<std::is_constructible<T1, Args… struct
/third_party/json/single_include/nlohmann/
Djson.hpp3330 struct is_constructible_tuple : std::false_type {}; struct
3333 struct is_constructible_tuple<T1, std::tuple<Args...>> : conjunction<std::is_constructible<T1, Args… struct