casacore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
casacore::SumSqr< T, Accum > Struct Template Reference

Functor to add square of right to left. More...

#include <Functors.h>

Inheritance diagram for casacore::SumSqr< T, Accum >:

Public Member Functions

Accum operator() (Accum left, T right) const
 

Detailed Description

template<typename T, typename Accum = T>
struct casacore::SumSqr< T, Accum >

Functor to add square of right to left.

Definition at line 597 of file Functors.h.

Member Function Documentation

template<typename T , typename Accum = T>
Accum casacore::SumSqr< T, Accum >::operator() ( Accum  left,
right 
) const
inline

Definition at line 599 of file Functors.h.


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