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

#include <DGtal/base/BasicFunctors.h>

Public Member Functions

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

Detailed Description

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

Definition at line 72 of file BasicFunctors.h.

Member Function Documentation

◆ operator()()

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

Definition at line 75 of file BasicFunctors.h.

76 { return std::max(a,b); }

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