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

#include <Functional.hpp>

+ Inheritance diagram for CDPL::Math::MatrixVectorBinaryFunctor< M, V >:

Public Types

typedef CommonType< typename M::ValueType, typename V::ValueType >::Type ValueType
 
typedef CommonType< typename M::SizeType, typename V::SizeType >::Type SizeType
 
typedef ValueType ResultType
 

Member Typedef Documentation

◆ ValueType

template<typename M , typename V >
typedef CommonType<typename M::ValueType, typename V::ValueType>::Type CDPL::Math::MatrixVectorBinaryFunctor< M, V >::ValueType

◆ SizeType

template<typename M , typename V >
typedef CommonType<typename M::SizeType, typename V::SizeType>::Type CDPL::Math::MatrixVectorBinaryFunctor< M, V >::SizeType

◆ ResultType

template<typename M , typename V >
typedef ValueType CDPL::Math::MatrixVectorBinaryFunctor< M, V >::ResultType

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