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_modref< Type > Struct Template Reference

Strips cv-modifiers and references from the given type. More...

#include <strip.h>

List of all members.

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.

Detailed Description

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

Strips cv-modifiers and references from the given type.


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