All Classes Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
gears::concepts::Pointer< T > Struct Template Reference

Checks if a type is a pointer. More...

Inherits is_pointer< T >.

Detailed Description

template<typename T>
struct gears::concepts::Pointer< T >

A Unary concept to check if a type is a pointer.

This concept delegates the work to std::is_pointer<T>.

Template Parameters
TType to check.

Definition at line 470 of file basic.hpp.