basix_doc 0.1
different< 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::different< T1, T2 >

Definition at line 88 of file category_meta.hpp.


Member Typedef Documentation

typedef different_helper<T1,T2> Cond

Definition at line 89 of file category_meta.hpp.


Member Function Documentation

static generic lazy_value ( ) [inline, static]

Definition at line 91 of file category_meta.hpp.

References mmx::as_generic().

{ return as_generic (Cond::value); }
static bool value ( ) [inline, static]

Definition at line 90 of file category_meta.hpp.

{ return Cond::value; }

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines