mrdocs::operator==
Equality operator
Synopsis
Declared in <mrdocs/Support/Expected.hpp>
[[nodiscard]]
constexpr
bool
operator==(
Unexpected const& x,
Unexpected<Er> const& y);
Parameters
| Name | Description |
|---|---|
x |
The left operand |
y |
The right operand |
Created with MrDocs