|
C++ Mathematical Expression Toolkit (ExprTk) release
|
#include <exprtk.hpp>
Public Member Functions | |
| virtual | ~ivararg_function () |
| virtual T | operator() (const std::vector< T > &) |
Public Member Functions inherited from exprtk::function_traits | |
| function_traits () | |
| bool & | allow_zero_parameters () |
| bool & | has_side_effects () |
| std::size_t & | min_num_args () |
| std::size_t & | max_num_args () |
Definition at line 19637 of file exprtk.hpp.
|
inlinevirtual |
Definition at line 19641 of file exprtk.hpp.
|
inlinevirtual |
Reimplemented in va_func< T >, va_func< T >, and va_func< T >.
Definition at line 19644 of file exprtk.hpp.
References exprtk_debug.