Public Types | Static Public Attributes
ash::typelist::contains< TL, T, L > Struct Template Reference

Recursive checker to see if a typelist contains a given type. More...

#include <ash/typelist.h>

Inheritance diagram for ash::typelist::contains< TL, T, L >:
Inheritance graph
[legend]

List of all members.

Public Types

typedef bool value_type
 The wrapped type.
typedef integral_constant
< bool, v > 
type
 The wrapper type.

Static Public Attributes

static const bool value
 The wrapped value.

Detailed Description

template<class TL, typename T, int L = TL::LENGTH>
struct ash::typelist::contains< TL, T, L >

Recursive checker to see if a typelist contains a given type.

Template Parameters:
TLThe typelist.
TThe type to check for.

Member Typedef Documentation

typedef integral_constant<bool , v> ash::trait::integral_constant< bool , v >::type [inherited]

The wrapper type.

typedef bool ash::trait::integral_constant< bool , v >::value_type [inherited]

The wrapped type.


Member Data Documentation

const bool ash::trait::integral_constant< bool , v >::value [static, inherited]

The wrapped value.


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


© 2012   AshTL
Licensed under  AGPLv3
Hosted by  Get AshTL at SourceForge.net. Fast, secure and Free Open Source software downloads
Generated by  doxygen 1.7.4