Workspace 6.21.5
Public Member Functions | List of all members
DataSeriesEvaluator< T > Struct Template Reference

Trivial evaluator relying on an automatic conversion to double. More...

#include <DataAnalysis/DataStructures/dataseries.h>

Inheritance diagram for DataSeriesEvaluator< T >:
[legend]

Public Member Functions

double operator() (const T &value) const
 

Detailed Description

template<typename T>
struct CSIRO::DataAnalysis::DataSeriesEvaluator< T >

Developers may choose to provide explicit specializations of this template class for types that can be converted to a double. This would be safer than providing an automatic type conversion within the class type T.

Member Function Documentation

◆ operator()()

double operator() ( const T &  value) const
inline