MCPcopy Create free account
hub / github.com/bwapi/bwapi / contains

Method contains

bwapi/include/BWAPI/SetContainer.h:44–47  ·  view source on GitHub ↗

Checks if this set contains a specific value. Value to search for.

Source from the content-addressed store, hash-verified

42 /// Value to search for.
43 /// </param>
44 bool contains(T const &value) const
45 {
46 return this->count(value) != 0;
47 }
48 };
49
50}

Callers 4

SFunction · 0.80
xaFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected