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