Constructors
Synopses
Declared in <llvm/ADT/ImmutableSet.h>
Creates a factory with its own bump‐pointer allocator.
Factory() = default;
Factories are not copyable; each owns node allocation state.
Creates a factory that allocates from Alloc.
Factory(BumpPtrAllocator& Alloc);
Parameters
Name |
Description |
RHS |
Unused; copy construction is not supported. |
Alloc |
Allocator that must outlive this factory. |
Created with MrDocs