DGtal  0.6.devel
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions
DGtal::MinFunctor< T > Struct Template Reference

#include <BasicFunctors.h>

Public Member Functions

operator() (const T &a, const T &b) const

Detailed Description

template<typename T>
struct DGtal::MinFunctor< T >

Duplicated STL functors

Definition at line 62 of file BasicFunctors.h.


Member Function Documentation

template<typename T >
T DGtal::MinFunctor< T >::operator() ( const T &  a,
const T &  b 
) const
inline

Definition at line 65 of file BasicFunctors.h.

{ return /*std::*/min(a,b); }

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