All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Public Attributes | List of all members
osl::misc::SumDiffNthPower< T, N > Struct Template Reference

#include <math.h>

Collaboration diagram for osl::misc::SumDiffNthPower< T, N >:
Collaboration graph
[legend]

Public Member Functions

 SumDiffNthPower (T mean)
 
operator() (T sum, T current)
 

Public Attributes

mean
 

Detailed Description

template<class T, int N>
struct osl::misc::SumDiffNthPower< T, N >

Definition at line 30 of file math.h.

Constructor & Destructor Documentation

template<class T , int N>
osl::misc::SumDiffNthPower< T, N >::SumDiffNthPower ( mean)
inline

Definition at line 33 of file math.h.

Member Function Documentation

template<class T , int N>
T osl::misc::SumDiffNthPower< T, N >::operator() ( sum,
current 
)
inline

Definition at line 34 of file math.h.

References osl::misc::SumDiffNthPower< T, N >::mean.

Member Data Documentation

template<class T , int N>
T osl::misc::SumDiffNthPower< T, N >::mean

Definition at line 32 of file math.h.

Referenced by osl::misc::SumDiffNthPower< T, N >::operator()().


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