Wrapper for an unsigned value. More...
#include <ash/require.h>
Public Types | |
typedef U | value_type |
The wrapped type. | |
typedef _Type | type |
The wrapper type. | |
Static Public Attributes | |
static const U | value |
The wrapped value. |
Wrapper for an unsigned value.
U | The unsigned type. Also defined as unsigned_constant::value_type. |
v | The value. Also defined as unsigned_constant::value. |
typedef _Type ash::trait::unsigned_constant< U, v >::type |
The wrapper type.
Reimplemented from ash::trait::integral_constant< U, v >.
typedef U ash::trait::unsigned_constant< U, v >::value_type |
The wrapped type.
Reimplemented from ash::trait::integral_constant< U, v >.
const U ash::trait::integral_constant< U , v >::value [static, inherited] |
The wrapped value.
© 2012 | Licensed under | Hosted by | Generated by 1.7.4 |