Go to the source code of this file.
|
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...
|
|
- Author
- Khrapov
- Date
- 18.08.2021
- Copyright
- © Nick Khrapov, 2021. All right reserved.
Definition in file string_hash.inl.
◆ operator""_sh() [1/2]
constexpr basic_string_hash< string_traits::traits< char > > qx::literals::operator""_sh |
( |
const char * |
pszStr, |
|
|
size_t |
nSize |
|
) |
| |
|
constexpr |
String hash literal for constexpr converting. Can be used with switch-case.
- Parameters
-
pszStr | - literal text pointer |
nSize | - literal text size |
- Return values
-
Definition at line 54 of file string_hash.inl.
◆ operator""_sh() [2/2]
constexpr basic_string_hash< string_traits::traits< wchar_t > > qx::literals::operator""_sh |
( |
const wchar_t * |
pszStr, |
|
|
size_t |
nSize |
|
) |
| |
|
constexpr |
String hash literal for constexpr converting. Can be used with switch-case.
- Parameters
-
pszStr | - literal text pointer |
nSize | - literal text size |
- Return values
-
Definition at line 59 of file string_hash.inl.