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

/freebsd-current/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_copy_constructible.h30 inline constexpr bool is_copy_constructible_v = is_copy_constructible<_Tp>::value; variable
/freebsd-current/contrib/llvm-project/libcxx/include/__expected/
H A Dexpected.h1481 requires(is_copy_assignable_v<_Err> && is_copy_constructible_v<_Err>) argument
[all...]

Completed in 83 milliseconds