qxLib
Classes | Functions
string_hash.inl File Reference

Go to the source code of this file.

Classes

struct  std::hash< qx::basic_string_hash< traits_t > >
 

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...
 

Detailed Description

Author
Khrapov
Date
18.08.2021

Definition in file string_hash.inl.

Function Documentation

◆ 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
-text hash value

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
-text hash value

Definition at line 59 of file string_hash.inl.