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::operator=

boost::urls::params_ref::operator=

Assignment

Synopses

Declared in <boost/url/params_ref.hpp>

Assignment

params_ref&
operator=(std::initializer_list<param_view> init);

» more...

Assignment

params_ref&
operator=(params_ref const& other);

» more...

Return Value

*this

Parameters

Name

Description

init

The list of params to assign.

other

The params to assign.

Created with MrDocs