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++23 std::generator is a coroutine type for implementing generator coroutines.

The type implements a view interface and comes with a std::pmr::generator alias for use with the PMR allocator.

The capability of yielding ranges of values makes the std::generator particularly useful for recursive traversals.

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