Chemical Data Processing Library C++ API - Version 1.1.1
Public Types | List of all members
CDPL::Math::ScalarBinaryFunctor< T1, T2 > Struct Template Reference

#include <Functional.hpp>

+ Inheritance diagram for CDPL::Math::ScalarBinaryFunctor< T1, T2 >:

Public Types

typedef const T1 & Argument1Type
 
typedef const T2 & Argument2Type
 
typedef CommonType< T1, T2 >::Type ResultType
 

Member Typedef Documentation

◆ Argument1Type

template<typename T1 , typename T2 >
typedef const T1& CDPL::Math::ScalarBinaryFunctor< T1, T2 >::Argument1Type

◆ Argument2Type

template<typename T1 , typename T2 >
typedef const T2& CDPL::Math::ScalarBinaryFunctor< T1, T2 >::Argument2Type

◆ ResultType

template<typename T1 , typename T2 >
typedef CommonType<T1, T2>::Type CDPL::Math::ScalarBinaryFunctor< T1, T2 >::ResultType

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