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

Public Types

typedef opr_base< T >::Type Type
 
- Public Types inherited from exprtk::details::opr_base< T >
typedef details::functor_t< T >::Type Type
 
typedef details::functor_t< T >::RefType RefType
 
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 t1, Type t2)
 
static expression_node< T >::node_type type ()
 
static details::operator_type operation ()
 

Detailed Description

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

Definition at line 15692 of file exprtk.hpp.

Member Typedef Documentation

◆ Type

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

Definition at line 15694 of file exprtk.hpp.

Member Function Documentation

◆ operation()

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

Definition at line 15698 of file exprtk.hpp.

15698{ return details::e_xnor; }

References exprtk::details::e_xnor.

◆ process()

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

Definition at line 15696 of file exprtk.hpp.

15696{ return numeric::xnor_opr<T>(t1,t2); }

◆ type()

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

Definition at line 15697 of file exprtk.hpp.


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