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::params_ref::params_ref

boost::urls::params_ref::params_ref

Constructor

Synopses

Declared in <boost/url/params_ref.hpp>

Constructor

constexpr
params_ref(params_ref const& other) = default;

» more...

Constructor

params_ref(
    params_ref const& other,
    encoding_opts opt) noexcept;

» more...

Parameters

Name

Description

other

The other view.

opt

The options for decoding. If this parameter is omitted, space_as_plus is used.

Created with MrDocs