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

Base class for unary functors that take a grid expression and return a scalar result (Math::GridElementSum). More...

#include <Functional.hpp>

+ Inheritance diagram for CDPL::Math::GridScalarUnaryFunctor< M >:

Public Types

typedef M::ValueType ResultType
 The scalar result type (the grid's cell value type). More...
 

Detailed Description

template<typename M>
struct CDPL::Math::GridScalarUnaryFunctor< M >

Base class for unary functors that take a grid expression and return a scalar result (Math::GridElementSum).

Template Parameters
MThe grid expression type.

Member Typedef Documentation

◆ ResultType

template<typename M >
typedef M::ValueType CDPL::Math::GridScalarUnaryFunctor< M >::ResultType

The scalar result type (the grid's cell value type).


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