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.
ada_warn_unused std::string to_string(encoding_type type)
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
static constexpr uint32_t omitted