9 #ifndef CPPTRADER_MATCHING_FAST_HASH_H
10 #define CPPTRADER_MATCHING_FAST_HASH_H
36 size_t operator()(uint64_t value) const noexcept;
43 static uint64_t
Parse(const
char str[8]) noexcept;
49 #include "fast_hash.inl"
FastHash(const FastHash &)=default
static uint64_t Parse(const char str[8]) noexcept
Parse fixed size string value and return its 64-bit integer equivalent.
FastHash(FastHash &&) noexcept=default
C++ Trader project definitions.