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

Functor to form a complex number from the real part of the left value and the imaginary part of the right value. More...

#include <Functors.h>

List of all members.

Public Member Functions

RES operator() (L l, R r) const

Detailed Description

template<typename L, typename R, typename RES>
struct casa::MakeComplexRealImag< L, R, RES >

Functor to form a complex number from the real part of the left value and the imaginary part of the right value.

Definition at line 505 of file Functors.h.


Member Function Documentation

template<typename L , typename R , typename RES >
RES casa::MakeComplexRealImag< L, R, RES >::operator() ( l,
r 
) const [inline]

Definition at line 507 of file Functors.h.

References casa::imag(), and casa::real().


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