nameLength overloads
Declared in <bdlat_enumeratorinfo.h>
Return a reference to the modifiable length of the name of this enumerator info object. Note that the 0-terminator is not included in the length.
int&
nameLength();
» more...
Return the length of the name of this enumerator info object. Note that the 0-terminator is not included in the length.
constexpr
int
nameLength() const;
» more...