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::ipv4_address::to_uint

boost::urls::ipv4_address::to_uint

Return the address as an unsigned integer.

Synopsis

Declared in <boost/url/ipv4_address.hpp>

uint_type
to_uint() const noexcept;

Return Value

The address as an unsigned integer.

Created with MrDocs