hachyderm.io is one of the many independent Mastodon servers you can use to participate in the fediverse.
Hachyderm is a safe space, LGBTQIA+ and BLM, primarily comprised of tech industry professionals world wide. Note that many non-user account types have restrictions - please see our About page.

Administered by:

Server stats:

9.3K
active users

Šimon Tóth

The std::remove and std::remove_if compact a range so that the leading sub-range [begin, last) does not contain any elements that match the provided value or for which the predicate evaluates to true.

The number of elements in the range is unaffected, the non-removed elements maintain their relative order, and the subrange [last, end) may contain elements in a moved-from state.

Compiler Explorer link: compiler-explorer.com/z/65zoKv