hasAttribute overloads
Synopses
Declared in <bdlat_sequencefunctions.h>
Return true if the specified object has an attribute with the specified attributeId, and false otherwise.
template<class TYPE>
bool
hasAttribute(
TYPE const& object,
int attributeId);
Return true if the specified object has an attribute with the specified attributeName of the specified attributeNameLength, and false otherwise.
template<class TYPE>
bool
hasAttribute(
TYPE const& object,
char const* attributeName,
int attributeNameLength);
Return Value
-
trueifobjecthas the attribute withattributeId, andfalseotherwise -
trueifobjecthas the named attribute, andfalseotherwise
Parameters
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 |
Created with MrDocs