BloombergLP::bdlcc::ObjectCatalog::add

add overloads

Synopses

Declared in <bdlcc_objectcatalog.h>

Add the specified movable object to this catalog and return its handle.

int
add(bslmf::MovableRef<TYPE> object);
» more...

Add the specified object to this catalog and return its handle.

int
add(TYPE const& object);
» more...

Return Value

non-zero handle referring to the added object

Parameters

NameDescription
objectobject to add