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‐>

boost::urls::param_pct_view::operator‐>

Arrow support

Synopsis

Declared in <boost/url/param.hpp>

param_pct_view const*
operator‐>() const noexcept;

Description

This operator returns the address of the object so that it can be used in pointer contexts.

Return Value

A pointer to this object

Created with MrDocs