HelenOS sources

is_pointer         41 uspace/lib/cpp/include/__bits/functional/hash.hpp     struct is_pointer;
is_pointer         75 uspace/lib/cpp/include/__bits/functional/hash.hpp             static_assert(is_arithmetic<T>::value || is_pointer<T>::value,
is_pointer        141 uspace/lib/cpp/include/__bits/type_traits/type_traits.hpp     struct is_pointer: aux::is_pointer<remove_cv_t<T>>
is_pointer        145 uspace/lib/cpp/include/__bits/type_traits/type_traits.hpp     inline constexpr bool is_pointer_v = is_pointer<T>::value;
HelenOS homepage, sources at GitHub