exprtk::details::gt_op< T > Struct Template Reference

#include <exprtk.hpp>

Inheritance diagram for exprtk::details::gt_op< T >:
Inheritance graph

Public Types

typedef opr_base< T >::Type Type
 

Static Public Member Functions

static T process (Type t1, Type t2)
 
static T process (const std::string &t1, const std::string &t2)
 
static expression_node< T >::node_type type ()
 
static details::operator_type operation ()
 

Member Typedef Documentation

◆ Type

template<typename T >
typedef opr_base<T>::Type exprtk::details::gt_op< T >::Type

Member Function Documentation

◆ operation()

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

References exprtk::details::e_gt.

◆ process() [1/2]

template<typename T >
static T exprtk::details::gt_op< T >::process ( const std::string t1,
const std::string t2 
)
inlinestatic

◆ process() [2/2]

template<typename T >
static T exprtk::details::gt_op< T >::process ( Type  t1,
Type  t2 
)
inlinestatic

◆ type()

template<typename T >
static expression_node< T >::node_type exprtk::details::gt_op< T >::type ( )
inlinestatic

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