mrdocs::DocComment::operator!=

Inequality operator

Synopsis

Declared in <mrdocs/Metadata/DocComment.hpp>

bool
operator!=(DocComment const& rhs) const noexcept;

Return Value

true if the objects are not equal, false otherwise

Parameters

Name Description

rhs

The right operand

Created with MrDocs