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::And< T, U > Struct Template Reference

Takes the logical and of the two input types. The types passed in must have a static boolean value named "value". More...

#include <meta_util.h>

Inherits integral_constant< bool, T::value &&U::value >.

Detailed Description

template<typename T, typename U>
struct Hg::And< T, U >

Takes the logical and of the two input types. The types passed in must have a static boolean value named "value".

Definition at line 171 of file meta_util.h.


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