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