|
QuantLib: a free/open-source library for quantitative finance
Reference manual - version 1.41
|
observable and assignable proxy to concrete value More...
#include <ql/utilities/observablevalue.hpp>
Public Member Functions | |
| ObservableValue (T &&) | |
| ObservableValue (const T &) | |
| ObservableValue (const ObservableValue< T > &) | |
observable and assignable proxy to concrete value
Observers can be registered with instances of this class so that they are notified when a different value is assigned to such instances. Client code can copy the contained value or pass it to functions via implicit conversion.