cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
C function pointers vs C++ templates
C function pointers vs C++ templates
May 5, 2012 at 4:15am UTC
hexduhax
(8)
which one is the most efficient and recommended practice when implementing an Observer pattern ??
May 5, 2012 at 4:49am UTC
JLBorges
(13770)
The polymorphic call wrapper
std::function<>
gives the maximum amount of flexibility in implementing callbacks.
http://en.cppreference.com/w/cpp/utility/functional/function
Topic archived. No new replies allowed.