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

Functor to apply pow. More...

#include <Functors.h>

List of all members.

Public Member Functions

RES operator() (T left, E exponent) const

Detailed Description

template<typename T, typename E = T, typename RES = T>
struct casa::Pow< T, E, RES >

Functor to apply pow.

Definition at line 553 of file Functors.h.


Member Function Documentation

template<typename T , typename E = T, typename RES = T>
RES casa::Pow< T, E, RES >::operator() ( left,
exponent 
) const [inline]

Definition at line 555 of file Functors.h.

References casa::pow().


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