Home
last modified time | relevance | path

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

/third_party/json/include/nlohmann/detail/meta/
Dtype_traits.hpp537 struct is_constructible_tuple : std::false_type {}; struct
540 struct is_constructible_tuple<T1, std::tuple<Args...>> : conjunction<is_constructible<T1, Args>...>… struct
/third_party/json/single_include/nlohmann/
Djson.hpp3950 struct is_constructible_tuple : std::false_type {}; struct
3953 struct is_constructible_tuple<T1, std::tuple<Args...>> : conjunction<is_constructible<T1, Args>...>… struct
/third_party/json/tests/abi/include/nlohmann/
Djson_v3_10_5.hpp3773 struct is_constructible_tuple : std::false_type {}; struct
3776 struct is_constructible_tuple<T1, std::tuple<Args...>> : conjunction<is_constructible<T1, Args>...>… struct