fennec
Loading...
Searching...
No Matches
fennec::is_pointer< T >

Check if T is of a pointer type. More...

#include <type_traits.h>

Inherits detail::_is_pointer< remove_cvref_t< T > >.

Detailed Description

template<typename T>
struct fennec::is_pointer< T >

Stores a boolean value in is_pointer::value, representing whether the provided type is of a base pointer type.

Template Parameters
Ttype to check

The documentation for this struct was generated from the following file: