![]() |
Chemical Data Processing Library C++ API - Version 1.4.0
|
Base class for unary functors that take a vector and return a scalar (Math::VectorElementSum). More...
#include <Functional.hpp>
Inheritance diagram for CDPL::Math::VectorScalarUnaryFunctor< V >:Public Types | |
| typedef V::ValueType | ResultType |
| The scalar result type (the vector's element value type). More... | |
| typedef V::SizeType | SizeType |
| The unsigned size type used by the vector. More... | |
Base class for unary functors that take a vector and return a scalar (Math::VectorElementSum).
| V | The vector expression type. |
| typedef V::ValueType CDPL::Math::VectorScalarUnaryFunctor< V >::ResultType |
The scalar result type (the vector's element value type).
| typedef V::SizeType CDPL::Math::VectorScalarUnaryFunctor< V >::SizeType |
The unsigned size type used by the vector.