Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/toolutil/
Djson-json.hpp3978 struct is_constructible_tuple : std::false_type {}; struct
3981 struct is_constructible_tuple<T1, std::tuple<Args...>> : conjunction<is_constructible<T1, Args>...>… struct
/external/ublksrv/include/nlohmann/
Djson.hpp3768 struct is_constructible_tuple : std::false_type {}; struct
3771 struct is_constructible_tuple<T1, std::tuple<Args...>> : conjunction<is_constructible<T1, Args>...>… struct