C++ Mathematical Expression Toolkit (ExprTk) release
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
exprtk::details::function_N_node< T, IFunction, N >::invoke< T_, ParamCount > Struct Template Reference

#include <exprtk.hpp>

Static Public Member Functions

static T execute (ifunction &, branch_t(&)[ParamCount])
 

Detailed Description

template<typename T, typename IFunction, std::size_t N>
template<typename T_, std::size_t ParamCount>
struct exprtk::details::function_N_node< T, IFunction, N >::invoke< T_, ParamCount >

Definition at line 14596 of file exprtk.hpp.

Member Function Documentation

◆ execute()

template<typename T , typename IFunction , std::size_t N>
template<typename T_ , std::size_t ParamCount>
static T exprtk::details::function_N_node< T, IFunction, N >::invoke< T_, ParamCount >::execute ( ifunction ,
branch_t(&)  [ParamCount] 
)
inlinestatic

Definition at line 14596 of file exprtk.hpp.

14596{ static inline T execute(ifunction&, branch_t (&)[ParamCount]) { return std::numeric_limits<T_>::quiet_NaN(); } };
std::pair< expression_ptr, bool > branch_t
Definition exprtk.hpp:14432
bool match_impl(const Iterator pattern_begin, const Iterator pattern_end, const Iterator data_begin, const Iterator data_end, const typename std::iterator_traits< Iterator >::value_type &zero_or_more, const typename std::iterator_traits< Iterator >::value_type &exactly_one)
Definition exprtk.hpp:598
static T execute(ifunction &, branch_t(&)[ParamCount])
Definition exprtk.hpp:14596

References exprtk::details::function_N_node< T, IFunction, N >::invoke< T_, ParamCount >::execute(), and exprtk::details::match_impl().

Referenced by exprtk::details::function_N_node< T, IFunction, N >::invoke< T_, ParamCount >::execute(), and exprtk::details::function_N_node< T, IFunction, N >::value().

Here is the call graph for this function:
Here is the caller graph for this function:

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