Searched refs:is_compound_v (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_compound.h29 inline constexpr bool is_compound_v = __is_compound(_Tp); variable
39 inline constexpr bool is_compound_v = is_compound<_Tp>::value;
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.inc224 using std::is_compound_v;

Completed in 119 milliseconds