Searched refs:eraser (Results 1 – 1 of 1) sorted by relevance
104 auto eraser = [&action](std::unique_ptr<Action>& a) { return a.get() == action; }; in ExecuteOneCommand() local105 actions_.erase(std::remove_if(actions_.begin(), actions_.end(), eraser), in ExecuteOneCommand()