[#BloombergLP-bdlb-LiteralUtil-createQuotedEscapedCString-08] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/LiteralUtil.adoc[LiteralUtil]::createQuotedEscapedCString :relfileprefix: ../../../ :mrdocs: `createQuotedEscapedCString` overloads == Synopses Declared in `<bdlb_literalutil.h>` Load into `result` a quoted, escaped C/C++ string literal of `input`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void xref:BloombergLP/bdlb/LiteralUtil/createQuotedEscapedCString-00.adoc[createQuotedEscapedCString]( xref:bsl/string.adoc[bsl::string]* result, std::string_view const& input); ---- [.small]#xref:BloombergLP/bdlb/LiteralUtil/createQuotedEscapedCString-00.adoc[_» more..._]# Load into `result` a quoted, escaped C/C++ string literal of `input`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void xref:BloombergLP/bdlb/LiteralUtil/createQuotedEscapedCString-03.adoc[createQuotedEscapedCString]( std::pmr::string* result, std::string_view const& input); ---- [.small]#xref:BloombergLP/bdlb/LiteralUtil/createQuotedEscapedCString-03.adoc[_» more..._]# See the overload above for contract. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void xref:BloombergLP/bdlb/LiteralUtil/createQuotedEscapedCString-06.adoc[createQuotedEscapedCString]( std::string* result, std::string_view const& input); ---- [.small]#xref:BloombergLP/bdlb/LiteralUtil/createQuotedEscapedCString-06.adoc[_» more..._]# == 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]#