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

Base class for ternary functors that take two grid expressions plus a tolerance scalar and return a bool result (Math::GridToleranceEquality). More...

#include <Functional.hpp>

+ Inheritance diagram for CDPL::Math::Scalar3GridBooleanTernaryFunctor< G1, G2, T >:

Public Types

typedef bool ResultType
 The boolean result type. More...
 
typedef const T & Argument3Type
 The third (scalar) argument type. More...
 
typedef CommonType< typename G1::SizeType, typename G2::SizeType >::Type SizeType
 The unsigned size type (common type of the two grid size types). More...
 
typedef CommonType< typename G1::ValueType, typename G2::ValueType >::Type ValueType
 The cell value type (common type of the two grid cell types). More...
 

Detailed Description

template<typename G1, typename G2, typename T>
struct CDPL::Math::Scalar3GridBooleanTernaryFunctor< G1, G2, T >

Base class for ternary functors that take two grid expressions plus a tolerance scalar and return a bool result (Math::GridToleranceEquality).

Template Parameters
G1The first grid expression type.
G2The second grid expression type.
TThe tolerance scalar type.

Member Typedef Documentation

◆ ResultType

template<typename G1 , typename G2 , typename T >
typedef bool CDPL::Math::Scalar3GridBooleanTernaryFunctor< G1, G2, T >::ResultType

The boolean result type.

◆ Argument3Type

template<typename G1 , typename G2 , typename T >
typedef const T& CDPL::Math::Scalar3GridBooleanTernaryFunctor< G1, G2, T >::Argument3Type

The third (scalar) argument type.

◆ SizeType

template<typename G1 , typename G2 , typename T >
typedef CommonType<typename G1::SizeType, typename G2::SizeType>::Type CDPL::Math::Scalar3GridBooleanTernaryFunctor< G1, G2, T >::SizeType

The unsigned size type (common type of the two grid size types).

◆ ValueType

template<typename G1 , typename G2 , typename T >
typedef CommonType<typename G1::ValueType, typename G2::ValueType>::Type CDPL::Math::Scalar3GridBooleanTernaryFunctor< G1, G2, T >::ValueType

The cell value type (common type of the two grid cell types).


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