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::grammar::range::iterator

boost::urls::grammar::range::iterator

A constant, forward iterator to elements of the range

Synopsis

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

class iterator;

Types

Name Description

difference_type

iterator_category

pointer

reference

value_type

Member Functions

Name Description

iterator [constructor]

operator!=

operator*

operator++

operator=

operator==

Created with MrDocs