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

Public Types

typedef sf_base< T >::Type const Type
 
- Public Types inherited from exprtk::details::sf_base< T >
typedef details::functor_t< T >::Type Type
 
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
 

Static Public Member Functions

static T process (Type x, Type y, Type z)
 
static std::string id ()
 

Detailed Description

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

Definition at line 11809 of file exprtk.hpp.

Member Typedef Documentation

◆ Type

template<typename T >
typedef sf_base<T>::Type const exprtk::details::sf01_op< T >::Type

Definition at line 11809 of file exprtk.hpp.

Member Function Documentation

◆ id()

template<typename T >
static std::string exprtk::details::sf01_op< T >::id ( )
inlinestatic

Definition at line 11809 of file exprtk.hpp.

◆ process()

template<typename T >
static T exprtk::details::sf01_op< T >::process ( Type  x,
Type  y,
Type  z 
)
inlinestatic

Definition at line 11809 of file exprtk.hpp.


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