5#ifndef ADA_URL_COMPONENTS_H
6#define ADA_URL_COMPONENTS_H
19 constexpr static uint32_t
omitted = uint32_t(-1);
70 [[nodiscard]] std::
string to_string() const;
ada_warn_unused std::string to_string(encoding_type type)
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