Public Types | Static Public Attributes
ash::trait::integral_constant< T, v > Struct Template Reference

Wrapper for an integer value. More...

#include <ash/type_traits.h>

Inheritance diagram for ash::trait::integral_constant< T, v >:
Inheritance graph
[legend]

List of all members.

Public Types

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

Static Public Attributes

static const T value = v
 The wrapped value.

Detailed Description

template<class T, T v>
struct ash::trait::integral_constant< T, v >

Wrapper for an integer value.

Template Parameters:
TThe integer type. Also defined as integral_constant::value_type.
vThe value. Also defined as integral_constant::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