![]() |
Chemical Data Processing Library C++ API - Version 1.4.0
|
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... | |
Base class for binary functors that take two grid expressions and return a bool result (Math::GridEquality).
| G1 | The first grid expression type. |
| G2 | The second grid expression type. |
| typedef bool CDPL::Math::GridBooleanBinaryFunctor< G1, G2 >::ResultType |
The boolean result type.
| 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).
| 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).