Loading...
Searching...
No Matches
TfCompressedBits::Hash Struct Reference

Hash for TfCompressedBits. More...

#include <compressedBits.h>

Public Member Functions

size_t operator() (const TfCompressedBits &bits) const
 

Detailed Description

Hash for TfCompressedBits.

This hash is linear in time as it considers all the words between. If you need a constant-time hash, see FastHash, it may be suitable for your needs.

Definition at line 283 of file compressedBits.h.

Member Function Documentation

◆ operator()()

size_t operator() ( const TfCompressedBits bits) const
inline

Definition at line 284 of file compressedBits.h.


The documentation for this struct was generated from the following file: