|
pstore2
|
Wrapping quotation marks around strings for output to the user. More...
#include <iomanip>#include "pstore/support/gsl.hpp"

Go to the source code of this file.
Functions | |
| auto | pstore::quoted (gsl::czstring const str) |
| Wraps quotation marks around a string for presentation to the user. More... | |
| auto | pstore::quoted (std::string const &str) |
| Wraps quotation marks around a string for presentation to the user. More... | |
Wrapping quotation marks around strings for output to the user.
|
inline |
Wraps quotation marks around a string for presentation to the user.
Intended for use as an io-manipulator.
| str | The string to be wrapped in quotation marks. |
|
inline |
Wraps quotation marks around a string for presentation to the user.
Intended for use as an io-manipulator.
| str | The string to be wrapped in quotation marks. |
1.8.13