Exemple #1
0
bool operator ==(Bar::Item item, const Bar& bar)
{
    return item == bar.RetItem1();
}