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

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

#include <Functors.h>

Inheritance diagram for casacore::MakeComplexImag< L, R, RES >:

Public Member Functions

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

Detailed Description

template<typename L, typename R, typename RES>
struct casacore::MakeComplexImag< L, R, RES >

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

Definition at line 508 of file Functors.h.

Member Function Documentation

template<typename L , typename R , typename RES >
RES casacore::MakeComplexImag< L, R, RES >::operator() ( l,
r 
) const
inline

Definition at line 510 of file Functors.h.

References casacore::imag().


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