<aside> 💡
C++ utility class allowing subscribing to changes of particular members (properties) of a class (=Observer pattern simplified). Works well with UI properties that can only be updated on the GUI thread. C++ equivalent of Android's LiveData.
</aside>
https://github.com/JanWilczek/observable-property