Overload of CUnescape() with no error reporting.
Declared in <absl/strings/escaping.h>
bool
CUnescape(
std::string_view source,
std::string* dest);
true on success, false if an error was encountered.
| Name | Description |
|---|---|
| source | The escaped string to unescape. |
| dest | The output string that receives the unescaped result. |