Implements a dense probed hash‐table based set with some number of buckets stored inline.
Synopsis
Declared in <llvm/ADT/DenseSet.h>
template<
typename ValueT,
unsigned int InlineBuckets = 4,
typename ValueInfoT = DenseMapInfo<ValueT>>
class SmallDenseSet
: public /* implementation-defined */
Base Classes
Name |
Description |
|
Using Declarations
Name |
Created with MrDocs