Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 241 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 241 Bytes

Signal

A simple callback wrapper for pointers to class member functions and pointers to functions

How it works

  • Variable template arguments
  • Default template arguments
  • Traits
  • Mutex

Requirement

A complier with support for C++11