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::grammar::any_rule::any_rule
arrow_upward

boost::urls::grammar::any_rule::any_rule

Construct from R

Synopsis

Declared in <boost/url/grammar/range_rule.hpp>

template<class R>
explicit
any_rule(R const& next);

Parameters

Name Description

next

The object to copy construct from

Created with MrDocs