.. index:: pair: class; EE::ObservableValue::WeakHandle .. _doxid-class_e_e_1_1_observable_value_1_1_weak_handle: class EE::ObservableValue::WeakHandle ===================================== .. toctree:: :hidden: Non-owning, lifetime-safe access used by adapters such as UIValueBinding. .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class WeakHandle { public: // methods bool :target:`set`(const T& value) const; bool :target:`set`(T&& value) const; :target:`operator bool`() const; };