Chemical Data Processing Library C++ API - Version 1.4.0
Public Types | List of all members
CDPL::Math::QuaternionBooleanBinaryFunctor< Q1, Q2 > Struct Template Reference

Base class for binary functors that take two quaternion expressions and return a bool result (Math::QuaternionEquality). More...

#include <Functional.hpp>

+ Inheritance diagram for CDPL::Math::QuaternionBooleanBinaryFunctor< Q1, Q2 >:

Public Types

typedef bool ResultType
 The boolean result type. More...
 
typedef CommonType< typename Q1::ValueType, typename Q2::ValueType >::Type ValueType
 The component value type (common type of the two quaternion element types). More...
 

Detailed Description

template<typename Q1, typename Q2>
struct CDPL::Math::QuaternionBooleanBinaryFunctor< Q1, Q2 >

Base class for binary functors that take two quaternion expressions and return a bool result (Math::QuaternionEquality).

Template Parameters
Q1The first quaternion expression type.
Q2The second quaternion expression type.

Member Typedef Documentation

◆ ResultType

template<typename Q1 , typename Q2 >
typedef bool CDPL::Math::QuaternionBooleanBinaryFunctor< Q1, Q2 >::ResultType

The boolean result type.

◆ ValueType

template<typename Q1 , typename Q2 >
typedef CommonType<typename Q1::ValueType, typename Q2::ValueType>::Type CDPL::Math::QuaternionBooleanBinaryFunctor< Q1, Q2 >::ValueType

The component value type (common type of the two quaternion element types).


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