Recursive checker to see if a typelist contains a given type. More...
#include <ash/typelist.h>

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. | |
Recursive checker to see if a typelist contains a given type.
| TL | The typelist. |
| T | The type to check for. |
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.
const bool ash::trait::integral_constant< bool , v >::value [static, inherited] |
The wrapped value.
© 2012
|
Licensed under
|
Hosted by
|
Generated by
1.7.4
|