14 for (
auto addCommand : toAdd) {
16 for (
auto existingCommand : vector) {
17 if (addCommand == existingCommand) {
23 vector.emplace_back(addCommand);
This class consists of common code factored out of the SmallVector class to reduce code duplication b...
Definition: SmallVector.h:557
Definition: InstantCommand.h:14
void SetInsert(wpi::SmallVectorImpl< T * > &vector, std::span< T *const > toAdd)
Definition: SetUtilities.h:13