Harlinn.Windows 0.1
Loading...
Searching...
No Matches
xxhash::literals Namespace Reference

literals namespace. More...

Functions

constexpr hash< 32 >::hash_type operator""_xxh32 (const char *str, std::size_t len)
 user defined literals - xxHash32.
 
constexpr hash< 64 >::hash_type operator""_xxh64 (const char *str, std::size_t len)
 user defined literals - xxHash64.
 

Detailed Description

literals namespace.

Function Documentation

◆ operator""_xxh32()

hash< 32 >::hash_type xxhash::literals::operator""_xxh32 ( const char * str,
std::size_t len )
constexpr

user defined literals - xxHash32.

◆ operator""_xxh64()

hash< 64 >::hash_type xxhash::literals::operator""_xxh64 ( const char * str,
std::size_t len )
constexpr

user defined literals - xxHash64.