Deleted: comparing an Expected with a bare value is not allowed.
Declared in <folly/Expected.h>
template<
class Value,
class Error>
bool
operator<=(
Expected<Value, Error> const& exp,
Value const& other) = delete;
Never returns; this overload is deleted.
| Name | Description |
|---|---|
| exp | The Expected operand. |
| other | The value operand. |