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

Constructor & Destructor Documentation

◆ ~ivararg_function()

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

Definition at line 18959 of file exprtk.hpp.

18960 {}

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

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

References exprtk_debug.


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