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