HikoGUI
Select Version: ⚠️ This documents the main development branch of HikoGUI. It might differ from release versions.
A low latency retained GUI
|
Public Types | |
using | char_type = hi::grapheme |
using | int_type = std::make_signed_t<char_type::value_type> |
using | off_type = std::streamoff |
using | state_type = std::mbstate_t |
using | pos_type = std::fpos<state_type> |
using | comparison_category = std::strong_ordering |
Static Public Member Functions | |
static constexpr void | assign (char_type &r, char_type const &a) noexcept |
static constexpr char_type * | assign (char_type *p, std::size_t count, char_type a) noexcept |
static constexpr bool | eq (char_type a, char_type b) noexcept |
static constexpr bool | lt (char_type a, char_type b) noexcept |
static constexpr char_type * | move (char_type *dst, char_type const *src, std::size_t count) noexcept |
static constexpr char_type * | copy (char_type *dst, char_type const *src, std::size_t count) noexcept |
static constexpr int | compare (char_type const *s1, char_type const *s2, std::size_t count) noexcept |
static constexpr std::size_t | length (char_type const *s) noexcept |
static constexpr char_type const * | find (const char_type *p, std::size_t count, const char_type &ch) noexcept |
static constexpr char_type | to_char_type (int_type c) noexcept |
static constexpr int_type | to_int_type (char_type c) noexcept |
static constexpr bool | eq_int_type (int_type c1, int_type c2) noexcept |
static constexpr int_type | eof () noexcept |
static constexpr int_type | not_eof (int_type e) noexcept |