Skip to content

futures::greater_equal

Defined in header <futures/algorithm/compare/greater_equal.hpp>

struct greater_equal;

A C++17 functor equivalent to the C++20 std::ranges::greater_equal.

See Also: std::greater_equal

Public Types

Member Types Definition
is_transparent void
(using)

Public Functions

Member Functions Description
operator() const (function template)

Public Types

using is_transparent

Defined in header <futures/algorithm/compare/greater_equal.hpp>

using is_transparent = void;

Public Functions

function operator()

Defined in header <futures/algorithm/compare/greater_equal.hpp>

template <class T, class U>
constexpr bool
operator()(T && t, U && u) const;

Exception Safety

Basic exception guarantee.


Updated on 2023-01-04