HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
Public Member Functions | Friends
tt::language_tag Class Reference

#include <ttauri/text/language_tag.hpp>

Public Member Functions

 language_tag (language_tag const &other) noexcept
 
 language_tag (language_tag &&other) noexcept
 
language_tagoperator= (language_tag const &other) noexcept
 
language_tagoperator= (language_tag &&other) noexcept
 
 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::ostreamoperator<< (std::ostream &lhs, const language_tag &rhs)
 

Detailed Description

An IETF BCP 47 Language tag.


The documentation for this class was generated from the following file: