mrdocs::operator==
Equality operator
Synopsis
Declared in <mrdocs/Support/Expected.hpp>
template<class U>
constexpr
bool
operator==(
Expected const& x,
U const& v) noexcept(noexcept(bool(*x == v)));
Parameters
Name |
Description |
x |
The left operand |
v |
The right operand |
Created with MrDocs