C++ Mathematical Expression Toolkit (ExprTk) release
Loading...
Searching...
No Matches
Public Types | Static Public Member Functions | List of all members
exprtk::details::sec_op< T > Struct Template Reference

Public Types

typedef functor_t< T >::Type Type
 
typedef expression_node< T >::node_type node_t
 

Static Public Member Functions

static T process (Type v)
 
static node_t type ()
 
static details::operator_type operation ()
 

Detailed Description

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

Definition at line 15466 of file exprtk.hpp.

Member Typedef Documentation

◆ node_t

template<typename T >
typedef expression_node<T>::node_type exprtk::details::sec_op< T >::node_t

Definition at line 15466 of file exprtk.hpp.

◆ Type

template<typename T >
typedef functor_t<T>::Type exprtk::details::sec_op< T >::Type

Definition at line 15466 of file exprtk.hpp.

Member Function Documentation

◆ operation()

template<typename T >
static details::operator_type exprtk::details::sec_op< T >::operation ( )
inlinestatic

Definition at line 15466 of file exprtk.hpp.

◆ process()

template<typename T >
static T exprtk::details::sec_op< T >::process ( Type  v)
inlinestatic

Definition at line 15466 of file exprtk.hpp.

◆ type()

template<typename T >
static node_t exprtk::details::sec_op< T >::type ( )
inlinestatic

Definition at line 15466 of file exprtk.hpp.


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