C++ Mathematical Expression Toolkit (ExprTk) release
Loading...
Searching...
No Matches
exprtk::ivararg_function< T > Class Template Reference

#include <exprtk.hpp>

Inheritance diagram for exprtk::ivararg_function< T >:
[legend]
Collaboration diagram for exprtk::ivararg_function< T >:
[legend]

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 ()

Detailed Description

template<typename T>
class exprtk::ivararg_function< T >

Definition at line 19956 of file exprtk.hpp.

Constructor & Destructor Documentation

◆ ~ivararg_function()

template<typename T>
virtual exprtk::ivararg_function< T >::~ivararg_function ( )
inlinevirtual

Definition at line 19960 of file exprtk.hpp.

19961 {}

Member Function Documentation

◆ operator()()

template<typename T>
virtual T exprtk::ivararg_function< T >::operator() ( const std::vector< T > & )
inlinevirtual

Reimplemented in va_func< T >, va_func< T >, and va_func< T >.

Definition at line 19963 of file exprtk.hpp.

19964 {
19965 exprtk_debug(("ivararg_function::operator() - Operator has not been overridden\n"));
19967 }
#define exprtk_debug(params)
Definition exprtk.hpp:64

References exprtk_debug.


The documentation for this class was generated from the following file: