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

Functor to get minimum of two values. More...

#include <Functors.h>

List of all members.

Public Member Functions

RES operator() (L left, R right) const

Detailed Description

template<typename L, typename R = L, typename RES = L>
struct casa::Min< L, R, RES >

Functor to get minimum of two values.

Definition at line 569 of file Functors.h.


Member Function Documentation

template<typename L , typename R = L, typename RES = L>
RES casa::Min< L, R, RES >::operator() ( left,
right 
) const [inline]

Definition at line 571 of file Functors.h.


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