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

Recursively strips all modifiers from the given type. More...

#include <strip.h>

List of all members.

Public Types

typedef
impl::do_rec_strip_modifiers
< Type >::type 
type
 Type without modifieres.

Static Public Attributes

static const bool stripped = impl::do_rec_strip_modifiers<Type>::stripped
 True, if any modifiers stripped.

Detailed Description

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

Recursively strips all modifiers from the given type.


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