C++ Mathematical Expression Toolkit (ExprTk) release
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
exprtk::details::base_operation_t Struct Reference

Public Member Functions

 base_operation_t (const operator_type t, const unsigned int &np)
 

Public Attributes

operator_type type
 
unsigned int num_params
 

Detailed Description

Definition at line 5102 of file exprtk.hpp.

Constructor & Destructor Documentation

◆ base_operation_t()

exprtk::details::base_operation_t::base_operation_t ( const operator_type  t,
const unsigned int np 
)
inline

Definition at line 5104 of file exprtk.hpp.

5105 : type(t)
5106 , num_params(np)
5107 {}
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

Member Data Documentation

◆ num_params

unsigned int exprtk::details::base_operation_t::num_params

Definition at line 5110 of file exprtk.hpp.

Referenced by exprtk::parser< T >::parse_base_operation().

◆ type

operator_type exprtk::details::base_operation_t::type

Definition at line 5109 of file exprtk.hpp.


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