Chemical Data Processing Library C++ API - Version 1.1.1
|
#include <Functional.hpp>
Public Types | |
typedef ScalarUnaryFunctor< T >::ValueType | ValueType |
typedef ScalarUnaryFunctor< T >::ArgumentType | ArgumentType |
typedef ScalarUnaryFunctor< T >::ResultType | ResultType |
Public Types inherited from CDPL::Math::ScalarRealUnaryFunctor< T > | |
typedef T | ValueType |
typedef const T & | ArgumentType |
typedef TypeTraits< T >::RealType | ResultType |
Static Public Member Functions | |
static ResultType | apply (ArgumentType v) |
typedef ScalarUnaryFunctor<T>::ValueType CDPL::Math::ScalarReal< T >::ValueType |
typedef ScalarUnaryFunctor<T>::ArgumentType CDPL::Math::ScalarReal< T >::ArgumentType |
typedef ScalarUnaryFunctor<T>::ResultType CDPL::Math::ScalarReal< T >::ResultType |
|
inlinestatic |