struct FormatStyle::RawStringFormat

Declaration

struct FormatStyle::RawStringFormat { /* full declaration omitted */ };

Description

See documentation of ``RawStringFormats``.

Declared at: clang/include/clang/Format/Format.h:2885

Member Variables

public clang::format::FormatStyle::LanguageKind Language
The language of this raw string.
public std::vector<std::string> Delimiters
A list of raw string delimiters that match this language.
public std::vector<std::string> EnclosingFunctions
A list of enclosing function names that match this language.
public std::string CanonicalDelimiter
The canonical delimiter for this language.
public std::string BasedOnStyle
The style name on which this raw string format is based on. If not specified, the raw string format is based on the style that this format is based on.