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

Base class for per-component ternary functors that take two quaternion expressions plus a scalar (Math::QuaternionDivision). More...

#include <Functional.hpp>

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

Public Types

typedef CommonType< typename CommonType< typename Q1::ValueType, typename Q2::ValueType >::Type, T >::Type ResultType
 The component result type (common type of the two quaternion element types and the scalar). More...
 
typedef const T & Argument3Type
 The third (scalar) argument type. More...
 

Detailed Description

template<typename Q1, typename Q2, typename T>
struct CDPL::Math::Scalar3QuaternionTernaryFunctor< Q1, Q2, T >

Base class for per-component ternary functors that take two quaternion expressions plus a scalar (Math::QuaternionDivision).

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

Member Typedef Documentation

◆ ResultType

template<typename Q1 , typename Q2 , typename T >
typedef CommonType<typename CommonType<typename Q1::ValueType, typename Q2::ValueType>::Type, T>::Type CDPL::Math::Scalar3QuaternionTernaryFunctor< Q1, Q2, T >::ResultType

The component result type (common type of the two quaternion element types and the scalar).

◆ Argument3Type

template<typename Q1 , typename Q2 , typename T >
typedef const T& CDPL::Math::Scalar3QuaternionTernaryFunctor< Q1, Q2, T >::Argument3Type

The third (scalar) argument type.


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