Skip to content

Instantly share code, notes, and snippets.

@K-ballo
Last active July 12, 2017 13:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save K-ballo/5857555ba2efce6286960e33000921e8 to your computer and use it in GitHub Desktop.
Save K-ballo/5857555ba2efce6286960e33000921e8 to your computer and use it in GitHub Desktop.
C{T}
C f(C x, C y)
noexcept(is_nothrow_destructible_v<C>)
requires C<decltype(x + y)> && is_destructible_v<C>
{
C z = /**/;
/**/
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment