Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 458 Bytes

README.markdown

File metadata and controls

19 lines (10 loc) · 458 Bytes

FastDelegate

Delegates for C++. By Don Clugston. This is one of the best ways to implement Delegates in C++. An alternative to Boost::function and Boost::bind (there is a compatible syntax).

About

A git mirror of the FastDelegate class library. This reposotory is just the contents of the 2 archive files:

FastDelegate_src.zip
FastDelegate_hopter.zip 

Credit

Don Clugston

Link

http://www.codeproject.com/KB/cpp/FastDelegate.aspx