qxLib
|
#include <qx/containers/string/string_setup.h>
#include <qx/containers/string/string_traits.h>
#include <qx/meta/concepts.h>
#include <qx/containers/string/string_hash.inl>
Go to the source code of this file.
Classes | |
class | qx::basic_string_hash< traits_t > |
String hash object. More... | |
Functions | |
constexpr basic_string_hash< string_traits::traits< char > > | qx::literals::operator""_sh (const char *pszStr, size_t nSize) |
String hash literal for constexpr converting. Can be used with switch-case. More... | |
constexpr basic_string_hash< string_traits::traits< wchar_t > > | qx::literals::operator""_sh (const wchar_t *pszStr, size_t nSize) |
String hash literal for constexpr converting. Can be used with switch-case. More... | |
|
constexpr |
String hash literal for constexpr converting. Can be used with switch-case.
pszStr | - literal text pointer |
nSize | - literal text size |
- | text hash value |
Definition at line 54 of file string_hash.inl.
|
constexpr |
String hash literal for constexpr converting. Can be used with switch-case.
pszStr | - literal text pointer |
nSize | - literal text size |
- | text hash value |
Definition at line 59 of file string_hash.inl.