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
      • Concepts
        • CharSet
        • Rule
        • StringToken
      • Help Card
  • boost::urls::params_base::reference

boost::urls::params_base::reference

The reference type

Synopsis

Declared in <include/boost/url/params_base.hpp>

using reference = param;

Description

This is the type of value returned when iterators of the view are dereferenced.

See Also

param_view .

Created with MrDocs