| Return Type | Function name | Arguments |
|---|---|---|
| bool | hzPMapS::Exists | (const KEY&,) |
Declared and defined in file: hzTmplMapS.h
Function Logic:
Function body:
bool hzPMapS::Exists (const KEY& key)
{ return m_map.Exists(key) ; }