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

Description

set_difference(A, B) - Return A - B

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

Templates

S1Ty
S2Ty

Parameters

const S1Ty& S1
const S2Ty& S2