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

SortProcessPtr structure. More...

#include "ul-job.h"

Public Member Functions

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

Detailed Description

SortProcessPtr structure.

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

Member Function Documentation

◆ operator()()

bool ns3::SortProcessPtr::operator() ( Ptr< PriorityUlJob > &  left,
Ptr< 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 248 of file ul-job.h.


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