#include <ControllerPool.hpp>
Public Member Functions | |
bool | operator() (const PoolIndex &pi1, const PoolIndex &pi2) const |
Less than operator. |
First compares policies (just by comparing their enum values)
Then the number of controllers
Finally the controllers themselves using ControllerInfo '<' operator
This functor is used by ControllerPoolManager for sorting values in the pool map