ΒΆtemplate <class S1Ty, class S2Ty>
bool set_union(S1Ty& S1, const S2Ty& S2)

Description

set_union(A, B) - Compute A := A u B, return whether A changed.

Declared at: llvm/include/llvm/ADT/SetOperations.h:22

Templates

S1Ty
S2Ty

Parameters

S1Ty& S1
const S2Ty& S2