[#BloombergLP-bdlcc-ObjectCatalog-find-00] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/ObjectCatalog.adoc[ObjectCatalog]::find :relfileprefix: ../../../ :mrdocs: Locate the object having the specified `handle` and optionally load its value into the optionally specified `valueBuffer`. Return zero on success, and a non‐zero value if the `handle` is not contained in this catalog. Note that `valueBuffer` is assigned into, and thus must point to a valid `TYPE` instance. Note that the overload with `valueBuffer` passed is not supported unless `TYPE` has a copy constructor. == Synopsis Declared in `<bdlcc_objectcatalog.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int find(int handle) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#