MapElement::GetOwningMap
Defined in:
Returns the map to which an object belongs.
TSMap.h
Prototype
Map<type> *GetOwningMap(void) const;
Description
The GetOwningMap
function returns a pointer to the Map
container to which an object belongs. If the object is not a member of a map, then the return value is nullptr
.
See Also