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

#include <math.h>

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

List of all members.

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:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines