SLIP  1.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
slip::un_imag< T1, T2 > Struct Template Reference

Imag functor. Return the imaginary part of x. More...

#include <macros.hpp>

Inheritance diagram for slip::un_imag< T1, T2 >:
Inheritance graph

Public Member Functions

 un_imag ()
 
T2 operator() (const T1 &x)
 

Detailed Description

template<typename T1, typename T2>
struct slip::un_imag< T1, T2 >

Imag functor. Return the imaginary part of x.

Author
Denis Arrivault <arrivault_AT_sic.univ-poitiers.fr>
Date
2009/03/01
Version
0.0.1
Parameters
x
Returns
the imaginary part of x.
Note
Functor object that calls the std::imag function

Definition at line 112 of file macros.hpp.

Constructor & Destructor Documentation

template<typename T1 , typename T2 >
slip::un_imag< T1, T2 >::un_imag ( )
inline

Definition at line 114 of file macros.hpp.

Member Function Documentation

template<typename T1 , typename T2 >
T2 slip::un_imag< T1, T2 >::operator() ( const T1 &  x)
inline

Definition at line 115 of file macros.hpp.


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