fpmas 1.6
Public Member Functions | List of all members
fpmas::utils::Max< T, Compare > Struct Template Reference

#include <functional.h>

Public Member Functions

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

Detailed Description

template<typename T, typename Compare = std::less<T>>
struct fpmas::utils::Max< T, Compare >

A function object that can be used to compute the maximum between two values.

Member Function Documentation

◆ operator()()

template<typename T , typename Compare = std::less<T>>
T fpmas::utils::Max< T, Compare >::operator() ( const T &  a,
const T &  b 
)
inline

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