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

SortProcess structure. More...

#include "ul-job.h"

Public Member Functions

bool operator() (PriorityUlJob &left, PriorityUlJob &right) const
 comparison operator More...
 

Detailed Description

SortProcess structure.

Definition at line 205 of file ul-job.h.

Member Function Documentation

◆ operator()()

bool ns3::SortProcess::operator() ( PriorityUlJob left,
PriorityUlJob right 
) const
inline

comparison operator

Parameters
leftleft side input
rightright side input
Returns
true if left is logically less then right for given comparison

Definition at line 213 of file ul-job.h.

References ns3::PriorityUlJob::GetPriority(), and ns3::PriorityUlJob::GetUlJob().

+ Here is the call graph for this function:

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