#include <my_char_traits.h>
|
static constexpr void | assign (char_type &c1, const char_type &c2) noexcept |
|
static constexpr bool | eq (char_type c1, char_type c2) noexcept |
|
static constexpr bool | lt (char_type c1, char_type c2) noexcept |
|
static int | compare (const char_type *s1, const char_type *s2, std::size_t n) noexcept |
|
static size_t | length (const char_type *s) noexcept |
|
static const char_type * | find (const char_type *s, size_t n, const char_type &a) noexcept |
|
static char_type * | move (char_type *s1, const char_type *s2, std::size_t n) noexcept |
|
static char_type * | copy (char_type *s1, const char_type *s2, std::size_t n) noexcept |
|
static char_type * | assign (char_type *s, std::size_t n, char_type a) noexcept |
|
static constexpr int_type | not_eof (int_type c) 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 |
|
◆ char_type
◆ comparison_category
◆ int_type
◆ off_type
◆ pos_type
◆ standards
◆ assign() [1/2]
|
inlinestaticconstexprnoexcept |
◆ assign() [2/2]
◆ compare()
◆ copy()
◆ eof()
|
inlinestaticconstexprnoexcept |
◆ eq()
|
inlinestaticconstexprnoexcept |
◆ eq_int_type()
|
inlinestaticconstexprnoexcept |
◆ find()
◆ length()
◆ lt()
|
inlinestaticconstexprnoexcept |
◆ move()
◆ not_eof()
|
inlinestaticconstexprnoexcept |
◆ to_char_type()
|
inlinestaticconstexprnoexcept |
◆ to_int_type()
|
inlinestaticconstexprnoexcept |
The documentation for this struct was generated from the following file: