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< std::vector< SubTypeT, AllocT > > Struct Template Reference

(Dynamic-Array Specialization) Type definitions for field in type-container. More...

#include <basic_datum.h>

Public Types

typedef std::conditional
< nested_value< sub_type >
::value, std::vector
< value_sub_type, AllocT >
, std::vector< sub_type,
AllocT > >::type 
value_type
 The proper value_type definition deduced from the type-container and the specified array sub-type.
 

Detailed Description

template<typename SubTypeT, typename AllocT>
struct Hg::detail::field_data_t< std::vector< SubTypeT, AllocT > >

(Dynamic-Array Specialization) Type definitions for field in type-container.

Parameters
SubTypeT[typename] This parameterized type declares the sub-type of the vector defined at the location in the parent type container.
AllocT[typename] The defined allocator of the vector.

Definition at line 170 of file basic_datum.h.


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