std::function ?



I came across this today [ http://www.codeproject.com/cpp/FastDelegate.asp
], I know there were discussions about GTKmm, libsigc++ and boost, does the
following now mean that the discussion will need to gather momentum (if it
hasn't already)?


There are many implementations of this scheme, including several here at
CodeProject. They vary in their complexity, their syntax (especially, how
similar their syntax is to C#), and in their generality. The definitive
implementation is boost::function. Recently, it was adopted into the next
version of the C++ standard [Sutter1]. Expect its use to become widespread.

[Sutter1] http://www.cuj.com/documents/s=8464/cujcexp0308sutter/

Gaz


**********************************************
* http      -   http://planetearthworm.com/  *
* mail home -  earthworm planetearthworm com *
* mail work -    gareth foster siemens com   *
**********************************************



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]