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

Functor to apply pow. More...

#include <Functors.h>

Inheritance diagram for casacore::Pow< T, E, RES >:

Public Member Functions

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

Detailed Description

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

Functor to apply pow.

Definition at line 565 of file Functors.h.

Member Function Documentation

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

Definition at line 567 of file Functors.h.

References casacore::pow().


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