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::url_base::op_t::op_t

boost::urls::url_base::op_t::op_t

Constructor

Synopsis

Declared in <boost/url/url_base.hpp>

op_t(
    url_base&,
    core::string_view* = nullptr,
    core::string_view* = nullptr) noexcept;

Created with MrDocs