Alchemy  1.0
A framework to robustly process network messages and structured data
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
List of all members
Hg::detail::DeduceMsgTypeList< T, SizeT > Struct Template Reference

A convenience meta-function to define the typelist of a message object that is derived from the specified field-types. More...

#include <deduce_msg_type_list.h>

Detailed Description

template<typename T, size_t SizeT>
struct Hg::detail::DeduceMsgTypeList< T, SizeT >

A convenience meta-function to define the typelist of a message object that is derived from the specified field-types.

The constructed type can be accessed through the public typedef type.

T [typename] The msg type that contains the sub-fields.

Parameters
SizeT[size_t] The number of sub-fields to index.

Definition at line 64 of file deduce_msg_type_list.h.


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