Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
Home
C++
Bitset
Class
Console
Data Structure
Data Type
Deque
Development
File
Function
Generic
Language
List
Map Multimap
Overload
Pointer
Qt
Queue Stack
Set Multiset
STL Algorithms Binary search
STL Algorithms Heap
STL Algorithms Helper
STL Algorithms Iterator
STL Algorithms Merge
STL Algorithms Min Max
STL Algorithms Modifying sequence operations
STL Algorithms Non modifying sequence operations
STL Algorithms Sorting
STL Basics
String
Valarray
Vector
remove « STL Algorithms Modifying sequence operations « C++
C++
STL Algorithms Modifying sequence operations
remove
1.
Use the generic remove algorithm
2.
Use std::remove to delete all element in a vector by value
3.
Remove an element and then erase that element
4.
Combine remove and erase together
5.
Remove all instances of '0'
6.
Remove copy Elements if They Meet a Criterion
7.
remove empty string