[#BloombergLP-bdlb-LiteralUtil-createQuotedEscapedCString-06] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/LiteralUtil.adoc[LiteralUtil]::createQuotedEscapedCString :relfileprefix: ../../../ :mrdocs: See the overload above for contract. == Synopsis Declared in `<bdlb_literalutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void createQuotedEscapedCString( std::string* result, std::string_view const& input); ---- == Parameters [cols="1,4"] |=== | Name| Description | *result* | string to receive the quoted, escaped literal | *input* | string value to represent as a C/C++ literal |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#