#include <le2d/uri.hpp>
|
| | Uri ()=default |
| |
| template<std::convertible_to< std::string > Type> |
| | Uri (Type t) |
| |
| auto | get_string () const -> std::string_view |
| |
| auto | get_hash () const -> std::size_t |
| |
| auto | operator== (Uri const &rhs) const -> bool |
| |
◆ Uri() [1/2]
◆ Uri() [2/2]
template<std::convertible_to< std::string > Type>
◆ get_hash()
| auto le::Uri::get_hash |
( |
| ) |
const -> std::size_t |
|
inline |
◆ get_string()
| auto le::Uri::get_string |
( |
| ) |
const -> std::string_view |
|
inline |
◆ operator==()
| auto le::Uri::operator== |
( |
Uri const & |
rhs | ) |
const -> bool |
|
inline |
The documentation for this class was generated from the following file: