Searched refs:is_rvalue_reference (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__type_traits/
H A Dis_reference.h29 struct _LIBCPP_TEMPLATE_VIS is_rvalue_reference : _BoolConstant<__is_rvalue_reference(_Tp)> { }; struct in inherits:_BoolConstant
48 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_rvalue_reference : public false_type {};
49 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_rvalue_reference<_Tp&&> : public true_type {};
63 inline constexpr bool is_rvalue_reference_v = is_rvalue_reference<_Tp>::value;
/openbsd-current/gnu/llvm/libcxx/include/__memory/
H A Dunique_ptr.h130 static_assert(!is_rvalue_reference<deleter_type>::value,

Completed in 170 milliseconds