Thrill  0.1
minimum< T > Class Template Reference

Detailed Description

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

Compute the minimum of two values. This is a class, while std::min is a function.

Definition at line 65 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 68 of file functional.hpp.

References gen_data::x.


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