Articles Tagged ‘Design Patterns’
Making Boost.Signals2 More OOP‐Friendly
Metadata
- Published:
 - .
 - Reading time:
 - .
 
Unfortunately, unlike other mainstream languages, the C++ standard library doesn’t provide out of the box observer implementation. This article suggests an observable mixin based on Boost.Signals2 which makes it easy to build an observer.