| 6568 | namespace ada { |
| 6569 | |
| 6570 | [[nodiscard]] ada_really_inline constexpr bool url_base::is_special() |
| 6571 | const noexcept { |
| 6572 | return type != ada::scheme::NOT_SPECIAL; |
| 6573 | } |
| 6574 | |
| 6575 | [[nodiscard]] inline uint16_t url_base::get_special_port() const noexcept { |
| 6576 | return ada::scheme::get_special_port(type); |