13 template <
typename T,
typename U>
21 template <
typename T,
typename U>
29 template <
typename T,
typename U>
37 template <
typename T,
typename U>
45 template <
typename T,
typename U>
53 template <
typename T,
typename U>
61 template <
typename T,
typename U>
Definition algo_base.h:14
constexpr T && forward(remove_ref_t< T > &value) noexcept
Forward a lvalue.
Definition move.h:33
compare_three_way
Definition compare.h:12
auto operator()(const T &x, const U &y) const
Definition compare.h:14
equal_to
Definition compare.h:20
bool operator()(const T &x, const U &y) const
Definition compare.h:22
greater_equal
Definition compare.h:60
bool operator()(const T &x, const U &y) const
Definition compare.h:62
greater
Definition compare.h:52
bool operator()(const T &x, const U &y) const
Definition compare.h:54
less_equal
Definition compare.h:44
bool operator()(const T &x, const U &y) const
Definition compare.h:46
less
Definition compare.h:36
bool operator()(const T &x, const U &y) const
Definition compare.h:38
not_equal_to
Definition compare.h:28
bool operator()(const T &x, const U &y) const
Definition compare.h:30