Classes to detect the change of object values. More...
#include <mutex>
#include <optional>
#include <utility>
#include <functional>
Go to the source code of this file.
Classes | |
struct | icarus::ns::util::ChangeMonitor< T, Comp > |
Helper to check if an object has changed. More... | |
class | icarus::ns::util::ThreadSafeChangeMonitor< T, Comp > |
Helper to check if an object has changed. Thread-safe. More... | |
Namespaces | |
icarus::ns::util | |
Functions | |
template<typename T > | |
icarus::ns::util::ChangeMonitor (T const &) -> ChangeMonitor< T > | |
template<typename T > | |
icarus::ns::util::ThreadSafeChangeMonitor (T const &) -> ThreadSafeChangeMonitor< T > | |
Classes to detect the change of object values.
Definition in file ChangeMonitor.h.