Like DefaultFoldingSetTrait, but for ContextualFoldingSets.
Declared in <llvm/ADT/FoldingSet.h>
template<
typename T,
typename Ctx>
struct DefaultContextualFoldingSetTrait;
| Name | Description |
|---|---|
ContextStorage | Holds the fixed context passed to Profile, Equals, and ComputeHash. |
| Name | Description |
|---|---|
ComputeHash | Compute a hash value for X under Context. |
Equals | Return whether X's profile matches ID under Context. |
Profile | Gather the unique data bits of X into ID, using Context. |
| Name | Description |
|---|---|
ContextualFoldingSetTrait | Like FoldingSetTrait, but for ContextualFoldingSets. |