Esempio n. 1
0
bool compare(const Trees &lhs, const Trees &rhs)
{
  return lhs.to_string() < rhs.to_string();
}