BloombergLP::balb::Response::responseData

responseData overloads

Synopses

Declared in <balb_testmessages.h>

Return a reference to the modifiable "ResponseData" selection of this object if "ResponseData" is the current selection. The behavior is undefined unless "ResponseData" is the selection of this object.

bsl::string&
responseData();
» more...

Return a reference to the non-modifiable "ResponseData" selection of this object if "ResponseData" is the current selection. The behavior is undefined unless "ResponseData" is the selection of this object.

bsl::string const&
responseData() const;
» more...