INET Framework for OMNeT++/OMNEST
inet::Ieee8021dRelay::Comp Struct Reference

#include <Ieee8021dRelay.h>

Public Member Functions

bool operator() (const MacAddressPair &first, const MacAddressPair &second) const
 

Member Function Documentation

◆ operator()()

bool inet::Ieee8021dRelay::Comp::operator() ( const MacAddressPair first,
const MacAddressPair second 
) const
inline
31  {
32  return first.first < second.first && first.second < second.first;
33  }

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