STAPL API Reference |
Modules Classes |
Remove elements from the input view that meet a specified criteria (e.g., stapl::remove(), stapl::unique()). Defined in stapl/algorithms/algorithm.hpp. More...
Remove elements from the input view that meet a specified criteria (e.g., stapl::remove(), stapl::unique()). Defined in stapl/algorithms/algorithm.hpp.
Elements in the input view that are not removed by the algorithm are reorganized such that they occupy a contiguous interval of the domain of the input view. The remaining elements of the input view are no longer valid. The view and its underlying container are not resized by the algorithm.