See the overload above for contract.
Declared in <bdlb_literalutil.h>
static
void
createQuotedEscapedCString(
std::string* result,
std::string_view const& input);
| Name | Description |
|---|---|
| result | string to receive the quoted, escaped literal |
| input | string value to represent as a C/C++ literal |