![]() |
Chemical Data Processing Library C++ API - Version 1.4.0
|
Base class for unary functors that take a vector and return a vector-element index (Math::VectorNormInfinityIndex). More...
#include <Functional.hpp>
Inheritance diagram for CDPL::Math::VectorScalarIndexUnaryFunctor< V >:Public Types | |
| typedef V::ValueType | ValueType |
| The vector's element value type. More... | |
| typedef TypeTraits< ValueType >::RealType | RealType |
| The real-valued type derived from ValueType via Math::TypeTraits. More... | |
| typedef V::SizeType | ResultType |
| The result type (the vector's size type, used for element indices). More... | |
Base class for unary functors that take a vector and return a vector-element index (Math::VectorNormInfinityIndex).
| V | The vector expression type. |
| typedef V::ValueType CDPL::Math::VectorScalarIndexUnaryFunctor< V >::ValueType |
The vector's element value type.
| typedef TypeTraits<ValueType>::RealType CDPL::Math::VectorScalarIndexUnaryFunctor< V >::RealType |
The real-valued type derived from ValueType via Math::TypeTraits.
| typedef V::SizeType CDPL::Math::VectorScalarIndexUnaryFunctor< V >::ResultType |
The result type (the vector's size type, used for element indices).