QtConcurrent-BlockingMapped-Other-Object-Member-Function-Bind: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
(No difference)

Revision as of 17:17, 14 January 2015

Demonstrates how to pass each object in the container to a member function of different class instance using boost::bind. You can alternatively do this by overloading operator() [developer.qt.nokia.com]