Alchemy  1.0
A framework to robustly process network messages and structured data
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Types | List of all members
Hg::detail::DeduceTypeTrait< ValueT > Struct Template Reference

A convenience meta-function to define the type trait tag that is best suited for specified type. The constructed type can be accessed through the public typedef type. More...

#include <deduce_type_trait.h>

Public Types

typedef deduced_type_trait type
 The type trait tag deduced for the specified parameter type.
 

Detailed Description

template<typename ValueT>
struct Hg::detail::DeduceTypeTrait< ValueT >

A convenience meta-function to define the type trait tag that is best suited for specified type. The constructed type can be accessed through the public typedef type.

ValueT [typename] The value to identify the traits.

Definition at line 31 of file deduce_type_trait.h.


The documentation for this struct was generated from the following file: