mrdocs::operator==

Equality for polymorphic template arguments.

Synopsis

Declared in <mrdocs/Metadata/TArg.hpp>

bool
operator==(
    Polymorphic<TArg> const& a,
    Polymorphic<TArg> const& b);

Return Value

true if the objects are equal, false otherwise

Parameters

Name Description

a

The left operand

b

The right operand

Created with MrDocs