A Discrete-Event Network Simulator
API
ns3::WifiAddressHash Struct Reference

Function object to compute the hash of a MAC address. More...

#include "qos-utils.h"

Public Member Functions

std::size_t operator() (const Mac48Address &address) const
 Functional operator for MAC address hash computation. More...
 

Detailed Description

Function object to compute the hash of a MAC address.

Definition at line 53 of file qos-utils.h.

Member Function Documentation

◆ operator()()

std::size_t ns3::WifiAddressHash::operator() ( const Mac48Address address) const

Functional operator for MAC address hash computation.

Parameters
addressthe MAC address
Returns
the hash

Definition at line 43 of file qos-utils.cc.

References first::address.


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