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