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