Searched defs:is_nothrow_copy_constructible_v (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_nothrow_copy_constructible.h43 inline constexpr bool is_nothrow_copy_constructible_v = is_nothrow_copy_constructible<_Tp>::value; variable
/freebsd-current/contrib/llvm-project/libcxx/include/__ranges/
H A Dmovable_box.h214 static_assert(is_nothrow_copy_constructible_v<_Tp>); variable

Completed in 159 milliseconds