C++ Mathematical Expression Toolkit (ExprTk) release
Loading...
Searching...
No Matches
Public Member Functions | List of all members
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 19637 of file exprtk.hpp.

Constructor & Destructor Documentation

◆ ~ivararg_function()

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

Definition at line 19641 of file exprtk.hpp.

19642 {}

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 19644 of file exprtk.hpp.

19645 {
19646 exprtk_debug(("ivararg_function::operator() - Operator has not been overridden\n"));
19647 return std::numeric_limits<T>::quiet_NaN();
19648 }
#define exprtk_debug(params)
Definition exprtk.hpp:64

References exprtk_debug.


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