watch.hpp File Reference

Go to the source code of this file.

Namespaces

 atria
 C++ amazing templates and reusable implementations awesomeness.
 
 atria::funken
 Provides a experimental library for writing epocal and functional data-models.
 

Functions

template<typename InputValueT , typename CallbackT >
auto watch (InputValueT &&value, CallbackT &&callback) -> decltype( detail::access::watchers(std::forward< InputValueT >(value)) .connect(std::forward< CallbackT >(callback)))
 
Fork me on GitHub