Graphical explanation of boost::bind
Chris Kohlhoff has a nice explanation about the often misunderstood functionality of boost::bind (or std::bind in the upcoming standard). Binding is something that is used quite often so it's well worth the time to try and understand it :)
This post is licensed under CC BY 4.0 by the author.