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::recycled_ptr::bin

boost::urls::grammar::recycled_ptr::bin

Return the referenced recycle bin

Synopsis

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

recycled<T>&
bin() const noexcept;

Description

Exception Safety

Throws nothing.

Return Value

A reference to the recycle bin

Created with MrDocs