makeResponseData overloads
Declared in <balb_testmessages.h>
Set the value of this object to be a "ResponseData" value. Optionally specify the value of the "ResponseData". If value is not specified, the default "ResponseData" value is used.
bsl::string&
makeResponseData();
» more...
Same as the preceding overload, using the specified value.
bsl::string&
makeResponseData(bsl::string const& value);
» more...