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

Functor to apply sign (result is -1, 0, or 1). More...

#include <Functors.h>

List of all members.

Public Member Functions

RES operator() (T value) const

Detailed Description

template<typename T, typename RES = T>
struct casa::Sign< T, RES >

Functor to apply sign (result is -1, 0, or 1).

Definition at line 470 of file Functors.h.


Member Function Documentation

template<typename T , typename RES = T>
RES casa::Sign< T, RES >::operator() ( value) const [inline]

Definition at line 472 of file Functors.h.


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