Struct max#

Struct Documentation#

struct max#

Function object for maximum of two values.

Public Functions

template<typename T>
inline auto operator()(const T &a, const T &b) const -> decltype(a > b ? a : b)#