NeoPZ
Public Member Functions | List of all members
TPZTaskOrdering Struct Reference

Simple struct needed by std::priority_queue for ordering the items. More...

#include <TPZTask.h>

Public Member Functions

bool operator() (const TPZAutoPointer< TPZTask > &lhs, const TPZAutoPointer< TPZTask > &rhs)
 

Detailed Description

Simple struct needed by std::priority_queue for ordering the items.

Definition at line 48 of file TPZTask.h.

Member Function Documentation

◆ operator()()

bool TPZTaskOrdering::operator() ( const TPZAutoPointer< TPZTask > &  lhs,
const TPZAutoPointer< TPZTask > &  rhs 
)
inline

Definition at line 50 of file TPZTask.h.

References TPZTask::mSystemTask, and TPZTask::priority().


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