All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
Valuable::AttributeFor< T > Struct Template Reference

Value struct helps finding the correct Attribute for any type T. More...

#include <Valuable/Value.hpp>

Public Types

typedef AttributeT< T > Type
 The actual Attribute type.
 

Detailed Description

template<typename T>
struct Valuable::AttributeFor< T >

Value struct helps finding the correct Attribute for any type T.

For example AttributeFor<int>::Type == AttributeInt