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