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.

Factory(Factory const& RHS) = delete;

Creates a factory that allocates from Alloc.

Parameters

Name

Description

RHS

Unused; copy construction is not supported.

Alloc

Allocator that must outlive this factory.

Created with MrDocs