Remake
Public Member Functions | Public Attributes | List of all members
escape_string Struct Reference

Public Member Functions

 escape_string (std::string const &s)
 

Public Attributes

const std::string & input
 

Detailed Description

Strong typedef for strings that need escaping.

Note
The string is stored as a reference, so the constructed object is meant to be immediately consumed.

Definition at line 809 of file remake.cpp.

Constructor & Destructor Documentation

◆ escape_string()

escape_string::escape_string ( std::string const &  s)
inline

Definition at line 812 of file remake.cpp.

812 : input(s) {}

Member Data Documentation

◆ input

const std::string& escape_string::input

Definition at line 811 of file remake.cpp.

Referenced by operator<<().


The documentation for this struct was generated from the following file:
escape_string::input
const std::string & input
Definition: remake.cpp:811