Boost.URL
Report an Issue

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
      • Index
      • Concepts
        • CharSet
        • Rule
        • StringToken
      • Help Card
Boost.URL default
  • Boost.URL
    • default
  • Boost.URL
  • boost::urls::ipv4_address::ipv4_address

boost::urls::ipv4_address::ipv4_address

Members

Constructor.

constexpr
ipv4_address() = default;
  » more...

Constructor.

constexpr
ipv4_address(ipv4_address const&) = default;
  » more...

Construct from an unsigned integer.

explicit
ipv4_address(uint_type u) noexcept;
  » more...

Construct from an array of bytes.

explicit
ipv4_address(bytes_type const& bytes) noexcept;
  » more...

Construct from a string.

explicit
ipv4_address(core::string_view s);
  » more...

This page was built using the Antora default UI.

The source code for this UI is licensed under the terms of the MPL-2.0 license.

https://github.com/cppalliance/site-docs