find overloads

Synopses

Declared in <bdlcc_objectcatalog.h>

Locate the object having the specified handle.

int
find(int handle) const;

Same as the preceding overload, loading the found object's value into the specified valueBuffer.

int
find(
    int handle,
    TYPE* valueBuffer) const;

Return Value

0 on success, and a non‐zero value if not found

Parameters

Name

Description

handle

handle of the object to locate

valueBuffer

buffer that receives the found value

Created with MrDocs