DGtal  0.6.devel
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions
DGtal::MaxFunctor< 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::MaxFunctor< T >

Definition at line 70 of file BasicFunctors.h.


Member Function Documentation

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

Definition at line 73 of file BasicFunctors.h.

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

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