Warning
This page refers to an old version of SFML. Click here to switch to the latest version.
Warning
This page refers to an old version of SFML. Click here to switch to the latest version.
Character traits for std::uint8_t More...
#include <SFML/System/String.hpp>
Public Types | |
using | char_type = std::uint8_t |
using | int_type = std::char_traits<char>::int_type |
using | off_type = std::char_traits<char>::off_type |
using | pos_type = std::char_traits<char>::pos_type |
using | state_type = std::char_traits<char>::state_type |
Static Public Member Functions | |
static void | assign (char_type &c1, char_type c2) noexcept |
static char_type * | assign (char_type *s, std::size_t n, char_type c) |
static bool | eq (char_type c1, char_type c2) noexcept |
static bool | lt (char_type c1, char_type c2) noexcept |
static char_type * | move (char_type *s1, const char_type *s2, std::size_t n) |
static char_type * | copy (char_type *s1, const char_type *s2, std::size_t n) |
static int | compare (const char_type *s1, const char_type *s2, std::size_t n) |
static std::size_t | length (const char_type *s) |
static const char_type * | find (const char_type *s, std::size_t n, const char_type &c) |
static char_type | to_char_type (int_type i) noexcept |
static int_type | to_int_type (char_type c) noexcept |
static bool | eq_int_type (int_type i1, int_type i2) noexcept |
static int_type | eof () noexcept |
static int_type | not_eof (int_type i) noexcept |
Character traits for std::uint8_t
Definition at line 47 of file String.hpp.
using sf::U8StringCharTraits::char_type = std::uint8_t |
Definition at line 50 of file String.hpp.
using sf::U8StringCharTraits::int_type = std::char_traits<char>::int_type |
Definition at line 51 of file String.hpp.
using sf::U8StringCharTraits::off_type = std::char_traits<char>::off_type |
Definition at line 52 of file String.hpp.
using sf::U8StringCharTraits::pos_type = std::char_traits<char>::pos_type |
Definition at line 53 of file String.hpp.
using sf::U8StringCharTraits::state_type = std::char_traits<char>::state_type |
Definition at line 54 of file String.hpp.
|
static |
|
static |
|
staticnoexcept |
|
static |
|
static |
|
static |