String padded with the specified padding (double quotes by default) More...
#include <multipart_view.h>
Public Attributes | |
| std::string_view | value |
| String to pad. | |
| const char | padding = '"' |
| Padding to use. | |
Friends | |
| std::ostream & | operator<< (std::ostream &stream, const padded value_) |
| Outputs padded value to the stream. | |
String padded with the specified padding (double quotes by default)