Comparator used to sort the vector of DSCP values. More...
#include "ipv4-flow-classifier.h"
Public Member Functions | |
bool | operator() (std::pair< Ipv4Header::DscpType, uint32_t > left, std::pair< Ipv4Header::DscpType, uint32_t > right) |
Comparator function. | |
Comparator used to sort the vector of DSCP values.
Definition at line 64 of file ipv4-flow-classifier.h.
bool ns3::Ipv4FlowClassifier::SortByCount::operator() | ( | std::pair< Ipv4Header::DscpType, uint32_t > | left, |
std::pair< Ipv4Header::DscpType, uint32_t > | right ) |
Comparator function.
left | left operand |
right | right operand |
Definition at line 185 of file ipv4-flow-classifier.cc.