Version: 9.16.0
HPCCompare Struct Reference

Public Member Functions

bool operator() (HomogeneousPoolContainer *lhs, HomogeneousPoolContainer *rhs) const
 

Detailed Description

Definition at line 1332 of file Executor.cxx.

Member Function Documentation

◆ operator()()

bool HPCCompare::operator() ( HomogeneousPoolContainer lhs,
HomogeneousPoolContainer rhs 
) const
inline

Definition at line 1334 of file Executor.cxx.

1335 {
1336 if(!lhs && !rhs)
1337 return false;
1338 if(!lhs)
1339 return true;
1340 if(!rhs)
1341 return false;
1343 }
virtual int getNumberOfCoresPerWorker() const =0

References YACS::ENGINE::HomogeneousPoolContainer::getNumberOfCoresPerWorker().


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