C++ Mathematical Expression Toolkit (ExprTk) release
Loading...
Searching...
No Matches
Public Types | List of all members
exprtk::details::opr_base< T > Struct Template Reference
Inheritance diagram for exprtk::details::opr_base< T >:
[legend]

Public Types

typedef details::functor_t< T >::Type Type
 
typedef details::functor_t< T >::RefType RefType
 
typedef details::functor_t< Tfunctor_t
 
typedef functor_t::qfunc_t quaternary_functor_t
 
typedef functor_t::tfunc_t trinary_functor_t
 
typedef functor_t::bfunc_t binary_functor_t
 
typedef functor_t::ufunc_t unary_functor_t
 

Detailed Description

template<typename T>
struct exprtk::details::opr_base< T >

Definition at line 15478 of file exprtk.hpp.

Member Typedef Documentation

◆ binary_functor_t

Definition at line 15485 of file exprtk.hpp.

◆ functor_t

Definition at line 15482 of file exprtk.hpp.

◆ quaternary_functor_t

template<typename T >
typedef functor_t::qfunc_t exprtk::details::opr_base< T >::quaternary_functor_t

Definition at line 15483 of file exprtk.hpp.

◆ RefType

template<typename T >
typedef details::functor_t<T>::RefType exprtk::details::opr_base< T >::RefType

Definition at line 15481 of file exprtk.hpp.

◆ trinary_functor_t

template<typename T >
typedef functor_t::tfunc_t exprtk::details::opr_base< T >::trinary_functor_t

Definition at line 15484 of file exprtk.hpp.

◆ Type

Definition at line 15480 of file exprtk.hpp.

◆ unary_functor_t

Definition at line 15486 of file exprtk.hpp.


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