INET Framework for OMNeT++/OMNEST
Ieee80211MgmtAP::MAC_compare Struct Reference

#include <Ieee80211MgmtAP.h>

List of all members.

Public Member Functions

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

Detailed Description

Definition at line 48 of file Ieee80211MgmtAP.h.


Member Function Documentation

bool Ieee80211MgmtAP::MAC_compare::operator() ( const MACAddress u1,
const MACAddress u2 
) const [inline]

Definition at line 49 of file Ieee80211MgmtAP.h.

{return u1.compareTo(u2) < 0;}

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