Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
A raw string is a type of string literal that has no escape sequences.
const std::string s = R"(/\/\/\/\)" |
Use raw strings for string literals with complicated uses of backslash [1].
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.