clang::mrdocs::dom::operator!=

Return the result of comparing two strings.

Synopses

Declared in <mrdocs/Dom/String.hpp>
Return the result of comparing two strings.
bool
operator!=(
    String const& lhs,
    String const& rhs) noexcept;


» more... Return the result of comparing two strings.
template<StringLikeTy StringLike>
bool
operator!=(
    String const& lhs,
    StringLike const& rhs) noexcept;


» more...

Created with MrDocs