Skip to content

Instantly share code, notes, and snippets.

@jeffomatic
Created August 3, 2012 05:16
Show Gist options
  • Save jeffomatic/3244605 to your computer and use it in GitHub Desktop.
Save jeffomatic/3244605 to your computer and use it in GitHub Desktop.
blog: jl_signal, code: signal classes using function type template args
typedef jl::Signal< void(int) > SignalInt;
typedef jl::Signal< void(int, char) > SignalIntChar;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment