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