exprtk::ivararg_function< T > Class Template Reference

#include <exprtk.hpp>

Inheritance diagram for exprtk::ivararg_function< T >:
Inheritance graph

Public Member Functions

virtual ~ivararg_function ()
 
virtual T operator() (const std::vector< T > &)
 
boolallow_zero_parameters ()
 
boolhas_side_effects ()
 
std::size_t & min_num_args ()
 
std::size_t & max_num_args ()
 

Constructor & Destructor Documentation

◆ ~ivararg_function()

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

Member Function Documentation

◆ allow_zero_parameters()

bool & exprtk::function_traits::allow_zero_parameters ( )
inlineinherited

◆ has_side_effects()

bool & exprtk::function_traits::has_side_effects ( )
inlineinherited

◆ max_num_args()

std::size_t & exprtk::function_traits::max_num_args ( )
inlineinherited

◆ min_num_args()

std::size_t & exprtk::function_traits::min_num_args ( )
inlineinherited

◆ operator()()

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

References exprtk_debug.


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