hashLowercaseBuffer#
Fully qualified name: carb::hashLowercaseBuffer
Defined in carb/Defines.h
-
template<class T>
uint64_t carb::hashLowercaseBuffer(
)# Runtime FNV-1a 64-bit lower-case byte hash (as if the bytes had been converted using tolower()).
Conditionally
constexprifbufferisconst unsigned char*- Template Parameters:
T – The pointer type.
- Parameters:
buffer – The byte buffer to hash.
length – The number of bytes in
buffer.hash – The previous hash value or starting hash basis.
- Returns:
A hash computed from the given parameters.