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
extern
constexpr
Base case when
T
is not a pointer.
Template Parameters
T
The type to check
◆
is_pointer_impl< T * >
template<typename T>
bool
std::is_pointer_detail::is_pointer_impl
< T * > = true
extern
constexpr
Case when
T
is a pointer.
Template Parameters
T
The type to check
std
is_pointer_detail
Generated by
1.13.2