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