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::decode_view::rfind

boost::urls::decode_view::rfind

Finds the first occurrence of character in this view

Synopsis

Declared in <boost/url/decode_view.hpp>

const_iterator
rfind(char ch) const noexcept;

Description

Complexity

Linear.

Exception Safety

Throws nothing.

Return Value

An iterator to the last occurrence of ch or end()

Parameters

Name

Description

ch

The character to search for

Created with MrDocs