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::type_check< T > Struct Template Reference

Static Assertion Base Template to verify type constraints for an object. More...

#include <meta_util.h>

Detailed Description

template<bool T>
struct Hg::type_check< T >

Static Assertion Base Template to verify type constraints for an object.

Privately inherit an object from this struct, and supply the compile-time check that reduces to a boolean value as the specialization type. This instance of the template will compile properly.

Definition at line 131 of file meta_util.h.


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