lean cpp library
A lean C++ library providing efficient utility classes for high-performance C++ applications.
|
Recursively strips all modifiers from the given type. More...
#include <strip.h>
Public Types | |
typedef impl::do_rec_strip_modifiers < Type >::type | type |
Type without modifieres. | |
Static Public Attributes | |
static const bool | stripped = impl::do_rec_strip_modifiers<Type>::stripped |
True, if any modifiers stripped. |
Recursively strips all modifiers from the given type.