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

Functor to apply atan2. More...

#include <Functors.h>

List of all members.

Public Member Functions

RES operator() (L left, R right) const

Detailed Description

template<typename L, typename R = L, typename RES = L>
struct casa::Atan2< L, R, RES >

Functor to apply atan2.

Definition at line 382 of file Functors.h.


Member Function Documentation

template<typename L , typename R = L, typename RES = L>
RES casa::Atan2< L, R, RES >::operator() ( left,
right 
) const [inline]

Definition at line 384 of file Functors.h.

References casa::atan2().


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