Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__type_traits/
H A Dis_constructible.h24 struct _LIBCPP_TEMPLATE_VIS is_constructible : public integral_constant<bool, __is_constructible(_T… struct
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_constructible.h23 struct _LIBCPP_NO_SPECIALIZATIONS is_constructible : integral_constant<bool, __is_constructible(_Tp… struct