INET Framework for OMNeT++/OMNEST
inet::MACAddressTable::MAC_compare Struct Reference

#include <MACAddressTable.h>

Public Member Functions

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

Member Function Documentation

bool inet::MACAddressTable::MAC_compare::operator() ( const MACAddress u1,
const MACAddress u2 
) const
inline
45 { return u1.compareTo(u2) < 0; }

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