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

#include <exprtk.hpp>

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

Public Types

typedef opr_base< T >::Type Type
 

Static Public Member Functions

static T process (Type t1, Type 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::xor_op< T >::Type

Member Function Documentation

◆ operation()

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

◆ process()

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

◆ type()

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

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