Checks if a type is a pointer.
More...
Inherits is_pointer< T >.
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
-
Definition at line 470 of file basic.hpp.