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 = std::byte |
using | int_type = unsigned int |
using | off_type = std::streamoff |
using | pos_type = std::fpos<std::mbstate_t> |
using | state_type = std::mbstate_t |
Static Public Member Functions | |
static constexpr void | assign (std::byte &r, std::byte const &a) noexcept |
static constexpr bool | eq (std::byte a, std::byte b) noexcept |
static constexpr bool | lt (std::byte a, std::byte b) noexcept |
static std::byte * | assign (std::byte *p, std::size_t count, char_type a) noexcept |
static std::byte * | move (std::byte *dest, std::byte const *src, std::size_t count) noexcept |
static std::byte * | copy (std::byte *dest, std::byte const *src, std::size_t count) noexcept |
static int | compare (std::byte const *a, std::byte const *b, std::size_t count) noexcept |
static std::size_t | length (std::byte const *s) noexcept |
static std::byte const * | find (std::byte const *s, std::size_t count, std::byte const &ch) noexcept |
static constexpr std::byte | to_char_type (unsigned int c) noexcept |
static constexpr unsigned int | to_int_type (std::byte c) noexcept |
static constexpr bool | eq_int_type (unsigned int c1, unsigned int c2) noexcept |
static constexpr unsigned int | eof () noexcept |
static constexpr unsigned int | not_eof (unsigned int e) noexcept |