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

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

#include <Functional.hpp>

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

Public Types

typedef bool ResultType
 The boolean result 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>
struct CDPL::Math::GridBooleanBinaryFunctor< G1, G2 >

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

Template Parameters
G1The first grid expression type.
G2The second grid expression type.

Member Typedef Documentation

◆ ResultType

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

The boolean result type.

◆ SizeType

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

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

◆ ValueType

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

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


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