OpcUaCanOpen
CANopen OPC-UA server
exprtk::details::inrange_op< T > Struct Template Reference

#include <exprtk.hpp>

Inherits opr_base< T >.

Public Types

typedef opr_base< T >::Type Type
 

Static Public Member Functions

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

Detailed Description

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

Definition at line 12328 of file exprtk.hpp.

Member Typedef Documentation

◆ Type

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

Definition at line 12330 of file exprtk.hpp.

Member Function Documentation

◆ operation()

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

Definition at line 12338 of file exprtk.hpp.

◆ process() [1/2]

template<typename T >
static T exprtk::details::inrange_op< T >::process ( const T &  t0,
const T &  t1,
const T &  t2 
)
inlinestatic

Definition at line 12332 of file exprtk.hpp.

◆ process() [2/2]

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

Definition at line 12333 of file exprtk.hpp.

◆ type()

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

Definition at line 12337 of file exprtk.hpp.


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