|
lean cpp library
A lean C++ library providing efficient utility classes for high-performance C++ applications.
|
Strips a pointer from the given type. More...
#include <strip.h>
Classes | |
| struct | undo |
| Adds any pointer stripped. More... | |
Public Types | |
|
typedef strip_modifiers< Type > ::type | pointer |
| Pointer type without modifiers. | |
|
typedef impl::do_strip_pointer < pointer >::type | type |
| Type without pointer. | |
Static Public Attributes | |
| static const bool | stripped = impl::do_strip_pointer<pointer>::stripped |
| True, if any pointer stripped. | |
Strips a pointer from the given type.
1.7.6.1