basix_doc 0.1
|
#include <category_meta.hpp>
Definition at line 33 of file category_meta.hpp.
typedef boolean_helper<true> Cond |
Definition at line 34 of file category_meta.hpp.
static generic lazy_value | ( | ) | [inline, static] |
Definition at line 36 of file category_meta.hpp.
{ return as<generic> (true); }
static bool value | ( | ) | [inline, static] |
Definition at line 35 of file category_meta.hpp.
References boolean_helper< val >::value.
{ return Cond::value; }