Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 229 of file field_expr_utilities.h.
Classes | |
struct | check |
Public Types | |
typedef char(& | yes)[1] |
typedef char(& | no)[2] |
Static Public Member Functions | |
template<typename T > | |
static yes | deduce (check< typename build_class_function< C, S >::type, &T::operator()> *) |
template<typename > | |
static no | deduce (...) |
Static Public Attributes | |
static bool constexpr | value = sizeof(deduce<C>(0)) == sizeof(yes) |
typedef char(& yes)[1] |
Definition at line 230 of file field_expr_utilities.h.
typedef char(& no)[2] |
Definition at line 231 of file field_expr_utilities.h.
|
static |
|
staticconstexpr |
Definition at line 244 of file field_expr_utilities.h.