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

Strips a array from the given type. More...

#include <strip.h>

List of all members.

Classes

struct  undo
 Adds any array stripped. More...

Public Types

typedef strip_modifiers< Type >
::type 
array
 Pointer type without modifiers.
typedef impl::do_strip_array
< array >::type 
type
 Type without array.

Static Public Attributes

static const bool stripped = impl::do_strip_array<array>::stripped
 True, if any array stripped.

Detailed Description

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

Strips a array from the given type.


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