mrdocs::doc::InlineContainer::operator==

Compare two InlineContainers.

Synopsis

Declared in <mrdocs/Metadata/DocComment/Inline/InlineBase.hpp>
constexpr
bool
operator==(InlineContainer const& rhs) const = default;

Return Value

true if the objects are equal, false otherwise

Parameters

Name Description
rhs The right operand

Created with MrDocs