Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

http::to_string

Returns the text representation of a request method verb.

string_view
to_string(
    verb v);
  » more...

Convert a field enum to a string.

string_view
to_string(
    field f);
  » more...

PrevUpHomeNext