mrdocs::operator==
Equality for polymorphic template arguments.
Synopsis
Declared in <mrdocs/Metadata/TArg.hpp>
bool
operator==(
Polymorphic<TArg> const& a,
Polymorphic<TArg> const& b);
Parameters
Name |
Description |
a |
The left operand |
b |
The right operand |
Created with MrDocs