Exemplo n.º 1
0
bool value::operator<(const value& v) const {
	return this->str < v.getString();
}