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

/openbsd-current/gnu/llvm/libcxx/include/__type_traits/
H A Dis_trivially_copy_constructible.h22 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_trivially_copy_constructible struct in inherits:integral_constant
/openbsd-current/gnu/llvm/llvm/include/llvm/Support/
H A Dtype_traits.h98 struct is_trivially_copy_constructible struct in namespace:llvm
102 struct is_trivially_copy_constructible<T &> : std::true_type {}; struct in namespace:llvm
104 struct is_trivially_copy_constructible<T &&> : std::false_type {}; struct in namespace:llvm

Completed in 183 milliseconds