Chemical Data Processing Library C++ API - Version 1.4.0
Public Types | List of all members
CDPL::Math::VectorScalarIndexUnaryFunctor< V > Struct Template Reference

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...
 

Detailed Description

template<typename V>
struct CDPL::Math::VectorScalarIndexUnaryFunctor< V >

Base class for unary functors that take a vector and return a vector-element index (Math::VectorNormInfinityIndex).

Template Parameters
VThe vector expression type.

Member Typedef Documentation

◆ ValueType

template<typename V >
typedef V::ValueType CDPL::Math::VectorScalarIndexUnaryFunctor< V >::ValueType

The vector's element value type.

◆ RealType

The real-valued type derived from ValueType via Math::TypeTraits.

◆ ResultType

template<typename V >
typedef V::SizeType CDPL::Math::VectorScalarIndexUnaryFunctor< V >::ResultType

The result type (the vector's size type, used for element indices).


The documentation for this struct was generated from the following file: