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

Šimon Tóth

Since C++20, functions can be constrained, establishing a partial ordering of function overloads.

If multiple candidates satisfy a function invocation, the candidate with the most specific constraint will be selected.

For practical purposes, this allows for specialized implementations that take advantage of additional features provided by the arguments.

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