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::field_data_t< FieldT > Struct Template Reference

Type definition that indicates the parameterized-type located at an index in a type container. More...

#include <basic_datum.h>

Public Types

typedef FieldT value_type
 
       The matching data type for the index.

The default implementation uses the same type as the index type.

 

Detailed Description

template<typename FieldT>
struct Hg::detail::field_data_t< FieldT >

Type definition that indicates the parameterized-type located at an index in a type container.

field_t [typename] This parameterized type declares the type at the associated location in the parent type container.

Note
This type should be specialized for custom fields that desire the field_t input to differ from the defined value_type.

Definition at line 35 of file basic_datum.h.


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