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.

Created with MrDocs