Thrill  0.1
maximum< T > Class Template Reference

Detailed Description

template<typename T>
class thrill::common::maximum< T >

Compute the maximum of two values. This is a class, while std::max is a function.

Definition at line 54 of file functional.hpp.

Inherits binary_function< T, T, T >.

#include <functional.hpp>

Public Member Functions

const Toperator() (const T &x, const T &y) const
 

Member Function Documentation

◆ operator()()

const T& operator() ( const T x,
const T y 
) const
inline

Definition at line 57 of file functional.hpp.

References gen_data::x.


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