Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
#define kMap_FindT (   kMap_map,
  KPtr_key,
  VPtr_value 
)
related

Finds the value associated with the given key.

A debug assertion will be raised if the size of the specified key or value type is not equal to the size of the collection key or value type, respectively.

Parameters
kMap_mapMap object.
KPtr_keyStrongly-typed pointer to key that should be found.
VPtr_valueStrongly-typed pointer to destination for found value.
Returns
kOK if found; kERROR_NOT_FOUND if not found.