Chemical Data Processing Library C++ API - Version 1.1.1
|
#include <Functional.hpp>
Public Types | |
typedef ScalarBinaryFunctor< T1, T2 >::Argument1Type | Argument1Type |
typedef ScalarBinaryFunctor< T1, T2 >::Argument2Type | Argument2Type |
typedef ScalarBinaryFunctor< T1, T2 >::ResultType | ResultType |
Public Types inherited from CDPL::Math::ScalarBinaryFunctor< T1, T2 > | |
typedef const T1 & | Argument1Type |
typedef const T2 & | Argument2Type |
typedef CommonType< T1, T2 >::Type | ResultType |
Static Public Member Functions | |
static ResultType | apply (Argument1Type t1, Argument2Type t2) |
typedef ScalarBinaryFunctor<T1, T2>::Argument1Type CDPL::Math::ScalarDivision< T1, T2 >::Argument1Type |
typedef ScalarBinaryFunctor<T1, T2>::Argument2Type CDPL::Math::ScalarDivision< T1, T2 >::Argument2Type |
typedef ScalarBinaryFunctor<T1, T2>::ResultType CDPL::Math::ScalarDivision< T1, T2 >::ResultType |
|
inlinestatic |