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