5#ifndef ADA_URL_COMPONENTS_H
6#define ADA_URL_COMPONENTS_H
24 constexpr static uint32_t
omitted = uint32_t(-1);
75 [[nodiscard]] std::
string to_string() const;
Common definitions for cross-platform compiler support.
URL Component representations using offsets.
std::string to_string() const
static constexpr uint32_t omitted
constexpr bool check_offset_consistency() const noexcept
url_components & operator=(url_components &&u) noexcept=default
~url_components()=default
url_components(url_components &&u) noexcept=default
url_components(const url_components &u)=default
url_components & operator=(const url_components &u)=default