nameLength overloads
Synopses
Declared in <bdlat_enumeratorinfo.h>
Return a reference to the modifiable length of the name of this enumerator info object.
int&
nameLength();
Return the length of the name of this enumerator info object.
constexpr
int
nameLength() const;
Return Value
-
reference to the modifiable name length
-
length of the name
Created with MrDocs