Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_null_pointer.h24 struct __is_nullptr_t_impl : public false_type {}; struct
26 struct __is_nullptr_t_impl<nullptr_t> : public true_type {};
29 struct _LIBCPP_TEMPLATE_VIS __is_nullptr_t : public __is_nullptr_t_impl<__remove_cv_t<_Tp> > {};
33 struct _LIBCPP_TEMPLATE_VIS is_null_pointer : public __is_nullptr_t_impl<__remove_cv_t<_Tp> > {};