HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TfCompressedBits::Hash Struct Reference

#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

size_t TfCompressedBits::Hash::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: