|
HikoGUI
A low latency retained GUI
|
#include <ttauri/text/language_tag.hpp>
Public Member Functions | |
| language_tag (language_tag const &other) noexcept=default | |
| language_tag (language_tag &&other) noexcept=default | |
| language_tag & | operator= (language_tag const &other) noexcept=default |
| language_tag & | operator= (language_tag &&other) noexcept=default |
| language_tag (std::string tag) noexcept | |
| language_tag (std::string_view tag) noexcept | |
| language_tag (char const *tag) noexcept | |
| size_t | hash () const noexcept |
| operator bool () const noexcept | |
| language_tag | short_tag () const noexcept |
| bool | operator== (language_tag const &rhs) const noexcept |
| bool | operator!= (language_tag const &rhs) const noexcept=default |
Friends | |
| std::string | to_string (language_tag const &url) noexcept |
| std::ostream & | operator<< (std::ostream &lhs, language_tag const &rhs) |
An IETF BCP 47 Language tag.