Implement erase_if function and related tests

This commit is contained in:
m-peko
2020-11-25 12:00:31 +01:00
committed by Krystian Stasiowski
parent 59c4c556bb
commit 3a1efd2078
3 changed files with 73 additions and 0 deletions

View File

@ -32,6 +32,7 @@
[template include_file[path][^<'''<ulink url="../../../../'''[path]'''">'''[path]'''</ulink>'''>]]
[def __InputIterator__ [@https://en.cppreference.com/w/cpp/named_req/InputIterator ['InputIterator]]]
[def __UnaryPredicate__ [@https://en.cppreference.com/w/cpp/named_req/Predicate ['Predicate]]]
[/-----------------------------------------------------------------------------]