Return true if the catalog contains an item that compares equal to the specified object and false otherwise.
Synopsis
Declared in <bdlcc_objectcatalog.h>
bool
isMember(TYPE const& object) const;
Return Value
true if object is contained, and false otherwise
Parameters
Name |
Description |
object |
value to search for |
Created with MrDocs