bdlat_sequenceHasAttribute overloads
Synopses
Declared in <bdlat_sequencefunctions.h>
Default customization‐point implementation of hasAttribute by id.
template<class TYPE>
bool
bdlat_sequenceHasAttribute(
TYPE const& object,
int attributeId);
Default customization‐point implementation of hasAttribute by name.
template<class TYPE>
bool
bdlat_sequenceHasAttribute(
TYPE const& object,
char const* attributeName,
int attributeNameLength);
Created with MrDocs