nameLength overloads
Synopses
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();
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;
Created with MrDocs