C++ Mathematical Expression Toolkit (ExprTk) release
|
Public Types | |
typedef opr_base< T >::Type | Type |
![]() | |
typedef details::functor_t< T >::Type | Type |
typedef details::functor_t< T >::RefType | RefType |
typedef details::functor_t< T > | functor_t |
typedef functor_t::qfunc_t | quaternary_functor_t |
typedef functor_t::tfunc_t | trinary_functor_t |
typedef functor_t::bfunc_t | binary_functor_t |
typedef functor_t::ufunc_t | unary_functor_t |
Static Public Member Functions | |
static T | process (Type t1, Type t2) |
static expression_node< T >::node_type | type () |
static details::operator_type | operation () |
Definition at line 15652 of file exprtk.hpp.
Definition at line 15654 of file exprtk.hpp.
|
inlinestatic |
Definition at line 15656 of file exprtk.hpp.
References exprtk::details::is_true(), and exprtk::details::match_impl().
|
inlinestatic |
Definition at line 15657 of file exprtk.hpp.