INET Framework for OMNeT++/OMNEST
inet::ieee80211::Ieee80211MgmtAp::MacCompare Struct Reference

#include <Ieee80211MgmtAp.h>

Public Member Functions

bool operator() (const MacAddress &u1, const MacAddress &u2) const
 

Member Function Documentation

◆ operator()()

bool inet::ieee80211::Ieee80211MgmtAp::MacCompare::operator() ( const MacAddress u1,
const MacAddress u2 
) const
inline
47 { return u1.compareTo(u2) < 0; }

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