|
Rheolef
7.1
an efficient C++ finite element environment
|
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 constexpr bool | value = sizeof(deduce<C>(0)) == sizeof(yes) |
Definition at line 229 of file field_expr_utilities.h.
| 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 |
|
static |
Definition at line 244 of file field_expr_utilities.h.