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

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

#include <Functors.h>

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

Public Member Functions

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

Detailed Description

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

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

Definition at line 490 of file Functors.h.

Member Function Documentation

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

Definition at line 492 of file Functors.h.


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