Orders two Expected values.
Declared in <folly/Expected.h>
template<
class Value,
class Error,
bool FollyRequires1966 = false>
bool
operator>=(
Expected<Value, Error> const& lhs,
Expected<Value, Error> const& rhs);
true if lhs does not order before rhs.
| Name | Description |
|---|---|
| lhs | The left-hand Expected. |
| rhs | The right-hand Expected. |