lean cpp library
A lean C++ library providing efficient utility classes for high-performance C++ applications.
Classes | Public Types | Static Public Attributes
lean::meta::strip_volatile< Type > Struct Template Reference

Strips a volatile modifier from the given type. More...

#include <strip.h>

List of all members.

Classes

struct  undo
 Adds any modifiers stripped. More...

Public Types

typedef Type type
 Type without volatile modifier.

Static Public Attributes

static const bool stripped = false
 True, if any modifiers stripped.

Detailed Description

template<class Type>
struct lean::meta::strip_volatile< Type >

Strips a volatile modifier from the given type.


The documentation for this struct was generated from the following file: