Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 317 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 317 Bytes

delegate


Delegates that encapsulate static functions and class member functions

The essence is to encapsulate callback functions, providing a safer and more convenient way

No compilation required, just import the project directly

Building

Prerequisites:

  • C++ compiler
  • Minimum use of C++11 version