ΒΆtemplate <clang::EscapeChar Opt, class CharT>
inline auto escapeCStyle(CharT Ch)
    -> llvm::StringRef

Description

Return C-style escaped string for special characters, or an empty string if there is no such mapping.

Declared at: clang/include/clang/Basic/CharInfo.h:175

Templates

clang::EscapeChar Opt
CharT

Parameters

CharT Ch