casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
casa::SumSqr< T, Accum > Struct Template Reference

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

#include <Functors.h>

List of all members.

Public Member Functions

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

Detailed Description

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

Functor to add square of right to left.

Definition at line 585 of file Functors.h.


Member Function Documentation

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

Definition at line 587 of file Functors.h.


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