Default customization-point implementation of hasAttribute by id.
Declared in <bdlat_sequencefunctions.h>
template<class TYPE>
bool
bdlat_sequenceHasAttribute(
TYPE const& object,
int attributeId);
true if object has the attribute with attributeId, and false otherwise
| Name | Description |
|---|---|
| object | sequence to query for the attribute |
| attributeId | id of the attribute to look up |