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::segments_encoded_ref::pop_back

boost::urls::segments_encoded_ref::pop_back

Remove the last segment

Synopsis

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

void
pop_back() noexcept;

Description

This function removes the last segment from the container.

Iterators to the last segment as well as all end iterators are invalidated.

not this->empty()

Throws nothing.

Created with MrDocs