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

/freebsd-current/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_trivially_move_constructible.h28 inline constexpr bool is_trivially_move_constructible_v = is_trivially_move_constructible<_Tp>::value; variable
/freebsd-current/contrib/llvm-project/libcxx/include/__expected/
H A Dexpected.h233 is_trivially_move_constructible_v<_Tp> && is_trivially_move_constructible_v<_Err>) member in union:__expected_base::__union_t
311 is_trivially_move_constructible_v<_Tp> && is_trivially_move_constructible_v<_Err>) member in struct:__expected_base::__repr
499 is_trivially_move_constructible_v<_Err>) member in class:expected
1181 requires(is_move_constructible_v<_Err> && is_trivially_move_constructible_v<_Err>) member in union:__expected_void_base::__union_t
1241 requires(is_move_constructible_v<_Err> && is_trivially_move_constructible_v<_Er member in struct:__expected_void_base::__repr
1400 requires(is_move_constructible_v<_Err> && is_trivially_move_constructible_v<_Err>) member in class:expected
[all...]

Completed in 120 milliseconds