DGtal 1.3.0
Loading...
Searching...
No Matches
Public Member Functions
DGtal::functors::Min< T > Struct Template Reference

Duplicated STL functors. More...

#include <DGtal/base/BasicFunctors.h>

Public Member Functions

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

Detailed Description

template<typename T>
struct DGtal::functors::Min< T >

Duplicated STL functors.

Definition at line 64 of file BasicFunctors.h.

Member Function Documentation

◆ operator()()

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

Definition at line 67 of file BasicFunctors.h.

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

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