90 return lhs < rhs ? lhs : rhs;
101 return lhs > rhs ? lhs : rhs;
113 lhs.first < rhs.first ? lhs.first : rhs.first,
114 lhs.second > rhs.second ? lhs.second : rhs.second);
Definition: reducer.hpp:6
Definition: reducer.hpp:52
constexpr value_type operator()(value_type const &lhs, value_type const &rhs) const noexcept
Definition: reducer.hpp:55
T value_type
Definition: reducer.hpp:53
Definition: reducer.hpp:63
constexpr value_type operator()(value_type const &lhs, value_type const &rhs) const noexcept
Definition: reducer.hpp:66
T value_type
Definition: reducer.hpp:64
Definition: reducer.hpp:74
T value_type
Definition: reducer.hpp:75
constexpr value_type operator()(value_type const &lhs, value_type const &rhs) const noexcept
Definition: reducer.hpp:77
Definition: reducer.hpp:31
bool value_type
Definition: reducer.hpp:32
constexpr value_type operator()(value_type const &lhs, value_type const &rhs) const noexcept
Definition: reducer.hpp:34
Definition: reducer.hpp:41
constexpr value_type operator()(value_type const &lhs, value_type const &rhs) const noexcept
Definition: reducer.hpp:44
bool value_type
Definition: reducer.hpp:42
Definition: reducer.hpp:96
constexpr value_type operator()(value_type const &lhs, value_type const &rhs) const noexcept
Definition: reducer.hpp:99
T value_type
Definition: reducer.hpp:97
Definition: reducer.hpp:85
constexpr value_type operator()(value_type const &lhs, value_type const &rhs) const noexcept
Definition: reducer.hpp:88
T value_type
Definition: reducer.hpp:86
Definition: reducer.hpp:107
constexpr value_type operator()(value_type const &lhs, value_type const &rhs) const noexcept
Definition: reducer.hpp:110
std::pair< T, T > value_type
Definition: reducer.hpp:108
Definition: reducer.hpp:21
constexpr value_type operator()(value_type const &lhs, value_type const &rhs) const noexcept
Definition: reducer.hpp:24
T value_type
Definition: reducer.hpp:22
Definition: reducer.hpp:10
constexpr value_type operator()(value_type const &lhs, value_type const &rhs) const noexcept
Definition: reducer.hpp:13
T value_type
Definition: reducer.hpp:11