Skip to content

Instantly share code, notes, and snippets.

@picanumber
Last active November 27, 2016 14:07
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 picanumber/b8f71c3c2d65d52a0f3b2fa0c39cf223 to your computer and use it in GitHub Desktop.
Save picanumber/b8f71c3c2d65d52a0f3b2fa0c39cf223 to your computer and use it in GitHub Desktop.
template <class... Ts>
void call_me(Ts&&... args) { /* implementation */ }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment