add overloads
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...
non-zero handle referring to the added object
| Name | Description |
|---|---|
| object | object to add |