Optionally load into the optionally specified valueBuffer the value of the object having the specified handle and remove it from this catalog. 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.

Synopsis

Declared in <bdlcc_objectcatalog.h>

int
remove(
    int handle,
    TYPE* valueBuffer = 0);

Created with MrDocs