BWAPI 4.2.0 An API for interacting with Starcraft: Broodwar (1.16.1) |
Public Member Functions | |
template<typename _T > | |
BestFilter (const _T &predicate) | |
template<typename _T > | |
BestFilter< _PARAM > | operator&& (const _T &other) const |
_PARAM | operator() (const _PARAM &p1, const _PARAM &p2) const |
template<typename _T > | |
BestFilter< _PARAM > & | operator= (const _T &other) |
The BestFilter is used to compare two objects with each other.
Each function object compares two of the same object and returns the most desirable one.