ProtoBot
Loading...
Searching...
No Matches
unitCMHash Struct Reference
Public Member Functions
std::size_t
operator()
(const BWAPI::Unit &unit) const
Detailed Description
Definition at line
15
of file
CombatManager.h
.
Member Function Documentation
◆
operator()()
std::size_t unitCMHash::operator()
(
const BWAPI::Unit &
unit
)
const
inline
Definition at line
16
of file
CombatManager.h
.
16
{
17
return
std::hash<int>{}(unit->getID());
18
}
The documentation for this struct was generated from the following file:
src/protobot/
CombatManager.h
unitCMHash
Generated by
1.16.1