[#BloombergLP-bdlcc-ObjectCatalog-add-07] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlcc.adoc[bdlcc]::xref:BloombergLP/bdlcc/ObjectCatalog.adoc[ObjectCatalog]::add :relfileprefix: ../../../ :mrdocs: `add` overloads == Synopses Declared in `<bdlcc_objectcatalog.h>` Add the value of the specified `object` to this catalog and return a non‐zero integer handle that may be used to refer to the object in future calls to this catalog, leaving `object` in an unspecified but valid state. The behavior is undefined if the catalog was full. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int xref:BloombergLP/bdlcc/ObjectCatalog/add-01.adoc[add](xref:BloombergLP/bslmf/MovableRef.adoc[bslmf::MovableRef<TYPE>] object); ---- [.small]#xref:BloombergLP/bdlcc/ObjectCatalog/add-01.adoc[_» more..._]# Add the value of the specified `object` to this catalog and return a non‐zero integer handle that may be used to refer to the object in future calls to this catalog. The behavior is undefined if the catalog was full. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int xref:BloombergLP/bdlcc/ObjectCatalog/add-0b.adoc[add](TYPE const& object); ---- [.small]#xref:BloombergLP/bdlcc/ObjectCatalog/add-0b.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#