Untitled

 avatar
unknown
plain_text
5 months ago
132 B
11
Indexable
bool operator==(const std::unique_ptr<Link> &lhs, const std::unique_ptr<Unit> &rhs)
{
    return lhs->getName() == rhs->getName();
}
Editor is loading...
Leave a Comment