Return a const reference to the object having the specified handle. The behavior is undefined unless handle is contained in this catalog.
Synopsis
Declared in <bdlcc_objectcatalog.h>
TYPE const&
value(int handle) const;
Description
This method is DEPRECATED because it is not thread‐safe. Use find, isMember, or access the object through an iterator.
Return Value
const reference to the object having handle
Parameters
Name |
Description |
handle |
handle of the object to access |
Created with MrDocs