Untitled
unknown
plain_text
a year ago
132 B
12
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
bool operator==(const std::unique_ptr<Link> &lhs, const std::unique_ptr<Unit> &rhs)
{
return lhs->getName() == rhs->getName();
}