INET Framework for OMNeT++/OMNEST
inet::physicallayer::Ieee80211ModeSet::EntryNetBitrateComparator Struct Reference

#include <Ieee80211ModeSet.h>

Public Member Functions

bool operator() (const Entry &left, const Entry &right)
 

Member Function Documentation

bool inet::physicallayer::Ieee80211ModeSet::EntryNetBitrateComparator::operator() ( const Entry left,
const Entry right 
)
inline
39 { return left.mode->getDataMode()->getNetBitrate() < right.mode->getDataMode()->getNetBitrate(); }

The documentation for this struct was generated from the following file: