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);
Add the specified object to this catalog and return its handle.
int
add(TYPE const& object);
Return Value
non‐zero handle referring to the added object
Parameters
Name |
Description |
object |
object to add |
Created with MrDocs