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::is_std_vector< std::vector< T, A > > Struct Template Reference

Detect a std::vector type. This version identifies the std::vector. T is the type the vector contains, A is the allocator. More...

#include <meta_util.h>

Inherits true_type.

Detailed Description

template<typename T, typename A>
struct Hg::is_std_vector< std::vector< T, A > >

Detect a std::vector type. This version identifies the std::vector. T is the type the vector contains, A is the allocator.

Definition at line 333 of file meta_util.h.


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