dune-typetree 2.10
|
#include <dune/typetree/typetraits.hh>
Classes | |
struct | no |
struct | yes |
Static Public Member Functions | |
template<typename X > | |
static yes | test (NodeTag< X > *) |
template<typename X > | |
static no | test (...) |
Static Public Attributes | |
static constexpr bool | value = sizeof(test<T>(0)) == sizeof(yes) |
True if class T defines a NodeTag. | |
|
static |
|
static |
|
staticconstexpr |
True if class T defines a NodeTag.