Home
last modified time | relevance | path

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

/aosp_15_r20/external/ublksrv/include/nlohmann/
H A 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