Kicking it Olde Sküül! Burgerlib on Github Follow Olde Sküül on Twitter Burgerbecky on LinkedIn Burgerbecky on LinkedIn
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
Burger::is_pointer< T > Struct Template Reference

Test if a type is a pointer. More...

Static Public Attributes

static constexpr const bool value
 

Detailed Description

template<class T>
struct Burger::is_pointer< T >

Test if a type is a pointer.


A template that checks a type if it is a pointer.

Template Parameters
TType to check.

Based on std::is_pointer

See also
is_function, or remove_pointer

Member Data Documentation

◆ value

template<class T >
constexpr const bool Burger::is_pointer< T >::value
staticconstexpr
Initial value:
=
details::is_pointer_imp<typename remove_cv<T>::type>::value
static constexpr const bool value
Definition burger.h:3672