![]() |
Chemical Data Processing Library C++ API - Version 1.4.0
|
Base class for unary scalar functors that return the real part of T (Math::ScalarReal, Math::ScalarImaginary). More...
#include <Functional.hpp>
Inheritance diagram for CDPL::Math::ScalarRealUnaryFunctor< T >:Public Types | |
| typedef T | ValueType |
| The scalar value type. More... | |
| typedef const T & | ArgumentType |
The argument type (a const reference to ValueType). More... | |
| typedef TypeTraits< T >::RealType | ResultType |
| The real-valued result type derived from ValueType via Math::TypeTraits. More... | |
Base class for unary scalar functors that return the real part of T (Math::ScalarReal, Math::ScalarImaginary).
| T | The scalar value type. |
| typedef T CDPL::Math::ScalarRealUnaryFunctor< T >::ValueType |
The scalar value type.
| typedef const T& CDPL::Math::ScalarRealUnaryFunctor< T >::ArgumentType |
The argument type (a const reference to ValueType).
| typedef TypeTraits<T>::RealType CDPL::Math::ScalarRealUnaryFunctor< T >::ResultType |
The real-valued result type derived from ValueType via Math::TypeTraits.