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

/freebsd-current/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_trivially_constructible.h27 inline constexpr bool is_trivially_constructible_v = __is_trivially_constructible(_Tp, _Args...); variable
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.inc269 using std::is_trivially_constructible_v;

Completed in 102 milliseconds