BloombergLP::bdlcc::ObjectCatalog::isMember

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

NameDescription
objectvalue to search for