![]() |
Chemical Data Processing Library C++ API - Version 1.4.0
|
Base class for binary functors that take two vectors and return a boolean (Math::VectorEquality and similar). More...
#include <Functional.hpp>
Inheritance diagram for CDPL::Math::VectorBooleanBinaryFunctor< V1, V2 >:Public Types | |
| typedef bool | ResultType |
| The boolean result type. More... | |
| typedef CommonType< typename V1::SizeType, typename V2::SizeType >::Type | SizeType |
| The unsigned size type (common type of the two vector size types). More... | |
| typedef CommonType< typename V1::ValueType, typename V2::ValueType >::Type | ValueType |
| The element value type (common type of the two vector element types). More... | |
Base class for binary functors that take two vectors and return a boolean (Math::VectorEquality and similar).
| V1 | The first vector expression type. |
| V2 | The second vector expression type. |
| typedef bool CDPL::Math::VectorBooleanBinaryFunctor< V1, V2 >::ResultType |
The boolean result type.
| typedef CommonType<typename V1::SizeType, typename V2::SizeType>::Type CDPL::Math::VectorBooleanBinaryFunctor< V1, V2 >::SizeType |
The unsigned size type (common type of the two vector size types).
| typedef CommonType<typename V1::ValueType, typename V2::ValueType>::Type CDPL::Math::VectorBooleanBinaryFunctor< V1, V2 >::ValueType |
The element value type (common type of the two vector element types).