Exemplo n.º 1
0
bool
channel::operator<(const channel& other) const
{
   return freq_MHz() < other.freq_MHz();
}