std::vector::eraseとstd::list::erase、そして std::remove_ifの処理速度についての解説
C++ List - Modifying the elements in a std::list with insert(), erase(), and the iterator.
Easier removal with container std::erase(non-member function)and erase_if| Modern Cpp Series Ep. 155
C++ STL algorithm - erase-remove idiom -- std::remove(_if, _copy_if) | Modern Cpp Series Ep. 154
C++ STL (Standard Template Library) Part-4 : STL Vector Erase Remove Idiom
std list In C++ | std::list
C++ : C++ Segmentation when using erase on std::list
The std::list template
C++ : Erasing while iterating an std::list
C++ : Is it possible to erase elements of a std::list in a c++11 for each loop
List | C++ STL (Standard Template Library) | std::list
C++ : C++ std::list: Erasing / removing elements while iterating
C++ : remove elements with specific value from std::list
C++ : Why does std::list have remove and remove_if functions
C++ : Efficiently remove last element from std::list
Beginner C++ Episode 14 - std::vector and std::list
C++ List - Adding elements onto the std::list
C++ : How to delete items from a std::vector given a list of indices
STL std::vector | Modern Cpp Series Ep. 116
C++ : Does std::list::remove method call destructor of each removed element?