Alchemy  1.0
A framework to robustly process network messages and structured data
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Hg::has_dynamic< T > Struct Template Reference

Template to determine if a container has any dynamically sized entry types. More...

#include <dynamic.h>

Inherits Hg::detail::HasDynamic_Impl< T, isContainer >.

Detailed Description

template<typename T>
struct Hg::has_dynamic< T >

Template to determine if a container has any dynamically sized entry types.

This template will test the type T to determine if it is a type_container. If so a specialize version of the dynamic type test will be used.

Sequential types that contain dynamically sized elements are considered dynamic.

Definition at line 22 of file dynamic.h.


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