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_array< std::array< T, N > > Struct Template Reference

Detect a std::array type. This version identifies the std::array. More...

#include <meta_util.h>

Inherits true_type.

Detailed Description

template<typename T, size_t N>
struct Hg::is_std_array< std::array< T, N > >

Detect a std::array type. This version identifies the std::array.

Definition at line 368 of file meta_util.h.


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