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

/freebsd-current/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_trivially_copy_constructible.h28 inline constexpr bool is_trivially_copy_constructible_v = is_trivially_copy_constructible<_Tp>::value; variable
/freebsd-current/contrib/llvm-project/libcxx/include/__expected/
H A Dexpected.h228 is_trivially_copy_constructible_v<_Tp> && is_trivially_copy_constructible_v<_Err>) member in union:__expected_base::__union_t
306 is_trivially_copy_constructible_v<_Tp> && is_trivially_copy_constructible_v<_Err>) member in struct:__expected_base::__repr
488 is_trivially_copy_constructible_v<_Err>) member in class:expected
1177 requires(is_copy_constructible_v<_Err> && is_trivially_copy_constructible_v<_Err>) member in union:__expected_void_base::__union_t
1237 requires(is_copy_constructible_v<_Err> && is_trivially_copy_constructible_v<_Er member in struct:__expected_void_base::__repr
1391 requires(is_copy_constructible_v<_Err> && is_trivially_copy_constructible_v<_Err>) member in class:expected
[all...]

Completed in 108 milliseconds