both< T1, T2 > Struct Template Reference

#include <category_meta.hpp>

List of all members.

Public Types

Static Public Member Functions


Detailed Description

template<typename T1, typename T2>
struct mmx::both< T1, T2 >

Definition at line 60 of file category_meta.hpp.


Member Typedef Documentation

typedef both_helper<typename T1::Cond, typename T2::Cond> Cond

Definition at line 61 of file category_meta.hpp.


Member Function Documentation

static generic lazy_value (  )  [inline, static]

Definition at line 63 of file category_meta.hpp.

References mmx::gen(), and mmx::GEN_AND.

00063                                       {
00064     return gen (GEN_AND, T1::lazy_value (), T2::lazy_value ()); }

static bool value (  )  [inline, static]

Definition at line 62 of file category_meta.hpp.

00062 { return Cond::value; }


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1