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