Comparison functor used to sort the segments by increasing frequencies. More...
#include "wifi-phy-operating-channel.h"
Public Member Functions | |
bool | operator() (const ConstIterator &a, const ConstIterator &b) const |
Functional operator for sorting the frequency segments. | |
Comparison functor used to sort the segments by increasing frequencies.
Definition at line 68 of file wifi-phy-operating-channel.h.
bool ns3::WifiPhyOperatingChannel::Compare::operator() | ( | const ConstIterator & | a, |
const ConstIterator & | b ) const |
Functional operator for sorting the frequency segments.
a | const iterator pointing to the frequency channel for the first segment |
b | const iterator pointing to the frequency channel for the second segment |
Definition at line 272 of file wifi-phy-operating-channel.cc.