Reads a 64‐bit value from an unaligned buffer.
Synopsis
Declared in <folly/external/rapidhash/rapidhash.h>
constexpr
uint64_t
rapidhash_read64(char const* p) noexcept;
Return Value
The 64‐bit value read from the buffer.
Parameters
Name |
Description |
p |
Pointer to the buffer to read from. |
Created with MrDocs