OGS
MathLib::detail::SUM< 0, Method > Struct Template Reference

Detailed Description

template<typename Method>
struct MathLib::detail::SUM< 0, Method >

Anchor for the SUM recursion always returning 0.

Template Parameters
MethodIntegration method.

Definition at line 33 of file WeightedSum.h.

#include <WeightedSum.h>

Static Public Member Functions

template<typename F >
static double add (F const &)
 

Member Function Documentation

◆ add()

template<typename Method >
template<typename F >
static double MathLib::detail::SUM< 0, Method >::add ( F const & )
inlinestatic

Definition at line 36 of file WeightedSum.h.

37 {
38 return 0;
39 }

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