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

/openbsd-current/gnu/llvm/libcxx/include/__type_traits/
H A Dis_null_pointer.h23 template <class _Tp> struct __is_nullptr_t_impl : public false_type {}; struct in inherits:false_type
24 template <> struct __is_nullptr_t_impl<nullptr_t> : public true_type {}; struct in inherits:true_type
27 : public __is_nullptr_t_impl<__remove_cv_t<_Tp> > {};
31 : public __is_nullptr_t_impl<__remove_cv_t<_Tp> > {};

Completed in 57 milliseconds