[#absl-CUnescape-0b] = xref:absl.adoc[absl]::CUnescape :relfileprefix: ../ :mrdocs: Overload of `CUnescape()` with no error reporting. == Synopsis Declared in `<absl/strings/escaping.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool CUnescape( std::string_view source, std::string* dest); ---- == Return Value `true` on success, `false` if an error was encountered. == Parameters [cols="1,4"] |=== | Name| Description | *source* | The escaped string to unescape. | *dest* | The output string that receives the unescaped result. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#