|
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 |
|
The documentation for this class was generated from the following file: