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::param_pct_view::operator param_view

boost::urls::param_pct_view::operator param_view

Conversion to param_view

Synopsis

Declared in <boost/url/param.hpp>

operator param_view() const noexcept;

Description

This function performs a conversion from a pct_string_view query parameter to one using a simple string_view.

Exception Safety

Calls to allocate may throw.

Return Value

A param_view object

Created with MrDocs