Public Types | Static Public Attributes
ash::trait::unsigned_constant< U, v > Struct Template Reference

Wrapper for an unsigned value. More...

#include <ash/require.h>

Inheritance diagram for ash::trait::unsigned_constant< U, v >:
Inheritance graph
[legend]

List of all members.

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.

Detailed Description

template<typename U, U v>
struct ash::trait::unsigned_constant< U, v >

Wrapper for an unsigned value.

Template Parameters:
UThe unsigned type. Also defined as unsigned_constant::value_type.
vThe value. Also defined as unsigned_constant::value.

Member Typedef Documentation

template<typename U, U v>
typedef _Type ash::trait::unsigned_constant< U, v >::type

The wrapper type.

Reimplemented from ash::trait::integral_constant< U, v >.

template<typename U, U v>
typedef U ash::trait::unsigned_constant< U, v >::value_type

The wrapped type.

Reimplemented from ash::trait::integral_constant< U, v >.


Member Data Documentation

const U ash::trait::integral_constant< U , 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