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

#include <ttauri/i18n/iso_639.hpp>

Public Member Functions

constexpr iso_639 (iso_639 const &) noexcept=default
 
constexpr iso_639 (iso_639 &&) noexcept=default
 
constexpr iso_639operator= (iso_639 const &) noexcept=default
 
constexpr iso_639operator= (iso_639 &&) noexcept=default
 
constexpr iso_639 (std::string_view str) noexcept
 
constexpr operator bool () const noexcept
 
constexpr operator std::string () const noexcept
 
constexpr friend operator== (iso_639 const &lhs, iso_639 const &rhs) noexcept=default
 
constexpr friend operator<=> (iso_639 const &lhs, iso_639 const &rhs) noexcept=default
 

Detailed Description

ISO-639 language code.

A 2 or 3 lower case language code selected from the following iso standards in this order:

  1. ISO 639-1 (2002)
  2. ISO 639-2 (1998)
  3. ISO 639-3 (2007)
  4. ISO 639-5 (2008),

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