mrdocs::operator==
Equality operator
Synopsis
Declared in <mrdocs/Support/Parse.hpp>
constexpr
bool
operator==(
    ParseResult const& lhs,
    ParseResult const& rhs) = default;Parameters
| Name | Description | 
| lhs | The left operand | 
| rhs | The right operand | 
Created with MrDocs