casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
negateFunctor< T > Struct Template Reference

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

#include <asdm2MSGeneric.h>

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: