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

Functor to apply sqr (power of 2). More...

#include <Functors.h>

List of all members.

Public Member Functions

RES operator() (T value) const

Detailed Description

template<typename T, typename RES = T>
struct casa::Sqr< T, RES >

Functor to apply sqr (power of 2).

Definition at line 390 of file Functors.h.


Member Function Documentation

template<typename T , typename RES = T>
RES casa::Sqr< T, RES >::operator() ( value) const [inline]

Definition at line 392 of file Functors.h.


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