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

Constructor.

Synopsis

constexpr
ipv4_address() = default;
constexpr
ipv4_address(ipv4_address const&) = default;
explicit
ipv4_address(uint_type u) noexcept;
explicit
ipv4_address(bytes_type const& bytes) noexcept;
explicit
ipv4_address(core::string_view s);

Exceptions

Name Thrown on

The

input failed to parse correctly.

Parameters

Name Description

u

The integer to construct from.

bytes

The value to construct from.

s

The string to parse.