Exemplo n.º 1
0
 inline bool operator==(const Currency& c1, const Currency& c2) {
     return c1.name() == c2.name();
 }