Character traits for any character type.
More...
#include <char_traits.h>
|
static ETL_CONSTEXPR bool | eq (char_type a, char_type b) |
|
static ETL_CONSTEXPR bool | lt (char_type a, char_type b) |
|
static ETL_CONSTEXPR14 size_t | length (const char_type *str) |
|
static void | assign (char_type &r, const char_type &c) |
|
static char_type * | assign (char_type *p, size_t n, char_type c) |
|
static char_type * | move (char_type *dest, const char_type *src, size_t count) |
|
static char_type * | copy (char_type *dest, const char_type *src, size_t count) |
|
static int | compare (const char_type *s1, const char_type *s2, size_t count) |
|
static const char_type * | find (const char_type *p, size_t count, const char_type &ch) |
|
static char_type | to_char_type (int_type c) |
|
static int_type | to_int_type (char_type c) |
|
static bool | eq_int_type (int_type c1, int_type c2) |
|
static int_type | eof () |
|
static int_type | not_eof (int_type e) |
|
template<typename T>
struct etl::char_traits< T >
Character traits for any character type.
The documentation for this struct was generated from the following file: