Arene Base
Fundamental Utilities For Safety Critical C++
Loading...
Searching...
No Matches
std::is_pointer_detail Namespace Reference

Variable Documentation

◆ is_pointer_impl

template<typename T>
bool std::is_pointer_detail::is_pointer_impl = false
externconstexpr

Base case when T is not a pointer.

Template Parameters
TThe type to check

◆ is_pointer_impl< T * >

template<typename T>
bool std::is_pointer_detail::is_pointer_impl< T * > = true
externconstexpr

Case when T is a pointer.

Template Parameters
TThe type to check