HDK
|
#include <compressedBits.h>
Public Member Functions | |
size_t | operator() (const TfCompressedBits &bits) const |
A hash functor for TfCompressedBits that is faster than Hash.
This hash can be computed in constant time because it only uses a fixed subset of data: the number of bits in total, the running bit, the number of words and the first cache line of words.
Definition at line 295 of file compressedBits.h.
|
inline |
Definition at line 296 of file compressedBits.h.