casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
negateFunctor< T > Struct Template Reference

A template functor which returns -|v|. More...

#include <asdm2MSGeneric.h>

List of all members.

Public Member Functions

operator() (const T &v)

Detailed Description

template<typename T>
struct negateFunctor< T >

A template functor which returns -|v|.

The operator '-' and the comparison with 0.0 ( < 0.0) must be defined on the type T.

Definition at line 20 of file asdm2MSGeneric.h.


Member Function Documentation

template<typename T >
T negateFunctor< T >::operator() ( const T &  v) [inline]

Definition at line 22 of file asdm2MSGeneric.h.


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