Skip to content

Instantly share code, notes, and snippets.

@carmel4a
Created August 28, 2018 23:16
Show Gist options
  • Save carmel4a/14e0462515ac609c3cd98ba8b5305376 to your computer and use it in GitHub Desktop.
Save carmel4a/14e0462515ac609c3cd98ba8b5305376 to your computer and use it in GitHub Desktop.
szalony templejt
template<typename T, ... Ts>
struct FunctionHandler
{
std::function<void(T, Ts)> handler;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment