aString overloads
Synopses
Declared in <baljsn_encoder_testtypes.h>
Return a reference to the modifiable "AString" attribute of this object.
bsl::string&
aString();
Return a reference offering non‐modifiable access to the "AString" attribute of this object.
bsl::string const&
aString() const;
Return Value
-
reference to the modifiable "AString" attribute of this object
-
reference offering non‐modifiable access to the "AString" attribute of this object
Created with MrDocs