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.5K
active users

Šimon Tóth

The C++20 std::views::filter produces a view of elements from the underlying range that satisfy the provided predicate (skipping over those that do not).

The view models up to a bidirectional range (based on the underlying range's properties) and supports a common range interface (if provided by the underlying range).

Compiler Explorer link: compiler-explorer.com/z/vn1KTK