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 std::transform algorithm can copy elements from one range to another, applying a transformation to each element. The transformation can change the type of the range.

The algorithm also provides a binary variant which can be used to reduce two ranges into one.

Both variants offer C++17 parallel and C++20 range versions.

Compiler Explorer link: compiler-explorer.com/z/9E8fq6