HighLAND
Public Member Functions | List of all members
MemoryUsage::CmpMemVirtual Struct Reference

Public Member Functions

bool operator() (ProcInfo_t lhs, ProcInfo_t rhs)
 

Detailed Description

Definition at line 21 of file MemoryUsage.hxx.

Member Function Documentation

§ operator()()

bool MemoryUsage::CmpMemVirtual::operator() ( ProcInfo_t  lhs,
ProcInfo_t  rhs 
)
inline

Comparison operator for selecting which ProcInfo_t has the largest virtual memory value.

Definition at line 24 of file MemoryUsage.hxx.

24  {
25  return lhs.fMemVirtual < rhs.fMemVirtual;
26  }

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