![]() |
Blamite Game Engine - Strings
00402.09.29.23.0627.blamite
A library containing general purpose utilities and classes for use in multiple projects.
|
Classes | |
class | sha1 |
Functions | |
template<typename TChar > | |
constexpr unsigned char | hex2char (TChar const ch) noexcept |
template<typename TChar > | |
constexpr bool | is_hex (TChar const ch) noexcept |
template<typename TChar > | |
constexpr std::basic_string_view< TChar > | to_string_view (TChar const *str) noexcept |
template<typename StringType > | |
constexpr std::basic_string_view< typename StringType::value_type, typename StringType::traits_type > | to_string_view (StringType const &str) noexcept |
Variables | |
template<typename CharT > | |
constexpr CharT | empty_guid [37] = "00000000-0000-0000-0000-000000000000" |
template<> | |
constexpr wchar_t | empty_guid< wchar_t > [37] = L"00000000-0000-0000-0000-000000000000" |
template<typename CharT > | |
constexpr CharT | guid_encoder [17] = "0123456789abcdef" |
template<> | |
constexpr wchar_t | guid_encoder< wchar_t > [17] = L"0123456789abcdef" |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
constexprnoexcept |
|
constexprnoexcept |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |