libDwm-0.6.0
Dwm::LoadBalancer< ItemT >::CompareWorkers Class Reference

Comparison class for workers within the LoadBalancer. More...

#include <DwmLoadBalancer.hh>

Public Member Functions

bool operator() (const Worker *a, const Worker *b) const
 Returns true if a's work queus is shorter than b's work queue. More...
 

Detailed Description

template<typename ItemT>
class Dwm::LoadBalancer< ItemT >::CompareWorkers

Comparison class for workers within the LoadBalancer.

Member Function Documentation

◆ operator()()

template<typename ItemT >
bool Dwm::LoadBalancer< ItemT >::CompareWorkers::operator() ( const Worker a,
const Worker b 
) const
inline

Returns true if a's work queus is shorter than b's work queue.

Here is the call graph for this function:

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