|
|
constexpr | authority_type (authority_type const &) noexcept=default |
|
constexpr | authority_type (authority_type &&) noexcept=default |
|
constexpr authority_type & | operator= (authority_type const &) noexcept=default |
|
constexpr authority_type & | operator= (authority_type &&) noexcept=default |
|
constexpr | authority_type (std::string_view const &rhs) noexcept |
|
constexpr std::optional< std::string > const & | userinfo () const noexcept |
|
constexpr authority_type & | set_userinfo (std::optional< std::string > const &rhs) noexcept |
|
constexpr std::string const & | host () const noexcept |
|
constexpr authority_type & | set_host (std::string const &rhs) |
|
constexpr std::optional< std::string > const & | port () const noexcept |
|
constexpr authority_type & | set_port (std::optional< std::string > const &rhs) |
|
|
constexpr friend bool | operator== (authority_type const &, authority_type const &) noexcept=default |
|
constexpr friend auto | operator<=> (authority_type const &, authority_type const &) noexcept=default |
|
constexpr friend size_t | to_string_size (authority_type const &rhs) noexcept |
|
constexpr friend std::string | to_string (authority_type const &rhs) noexcept |
The documentation for this class was generated from the following file: