Crow  1.1
A C++ microframework for the web
crow::multipart::padded Struct Reference

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.
 

Detailed Description

String padded with the specified padding (double quotes by default)


The documentation for this struct was generated from the following file: