Boost.URL

    • Quick Look
    • URLs
      • Parsing
      • Containers
      • Segments
      • Params
      • Normalization
      • String Token
      • Percent Encoding
      • Formatting
    • Customization
      • Parse Rules
      • Character Sets
      • Compound Rules
      • Ranges
      • RFC 3986
    • Examples
      • QR Code
      • Finicky
      • mailto URLs
      • Magnet Link
      • File Router
      • Router
      • Sanitizing URLs
    • Reference
    • Help Card
  • boost::urls::string_token::return_string

boost::urls::string_token::return_string

A string token for returning a plain string

Synopsis

Declared in <boost/url/grammar/string_token.hpp>

using return_string = /* implementation-defined */;

Description

This StringToken is used to customize a function to return a plain string.

This is default token type used by the methods of url_view_base that return decoded strings.

Created with MrDocs