All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros Pages
Public Member Functions | List of all members
paal::utils::max Struct Reference

max More...

#include <functors.hpp>

Public Member Functions

template<typename T >
auto operator() (const T &left, const T &right) const -> decltype(std::max(left, right))
 operator() More...
 

Detailed Description

max

Definition at line 746 of file functors.hpp.

Member Function Documentation

template<typename T >
auto paal::utils::max::operator() ( const T &  left,
const T &  right 
) const -> decltype(std::max(left, right))
inline

operator()

Template Parameters
T
Parameters
left
right

Definition at line 755 of file functors.hpp.


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