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