Returns a new set containing all elements of this set plus V.
Synopsis
Declared in <llvm/ADT/ImmutableSet.h>
Return Value
Set reference with V inserted.
Parameters
Name |
Description |
V |
Element to insert. |
Created with MrDocs