Like FoldingSetTrait, but for ContextualFoldingSets.
Synopsis
Declared in <llvm/ADT/FoldingSet.h>
template<
typename T,
typename Ctx>
struct ContextualFoldingSetTrait
: DefaultContextualFoldingSetTrait<T, Ctx>
Base Classes
Name |
Description |
Like DefaultFoldingSetTrait, but for ContextualFoldingSets. |
Types
Name |
Description |
Holds the fixed context passed to Profile, Equals, and ComputeHash. |
Static Member Functions
Name |
Description |
Compute a hash value for |
|
Test whether the profile for |
|
Gather the unique data bits of |
Created with MrDocs