.. index:: pair: class; EE::ObservableValue::Connection .. _doxid-class_e_e_1_1_observable_value_1_1_connection: class EE::ObservableValue::Connection ===================================== .. toctree:: :hidden: Move-only scoped ownership of one :ref:`ObservableValue ` observer. .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class Connection { public: // construction :target:`Connection`(); :target:`Connection`(const Connection&); :target:`Connection`(Connection&& other); :target:`~Connection`(); // methods Connection& :target:`operator=`(const Connection&); Connection& :target:`operator=`(Connection&& other); void :target:`disconnect`(); :target:`operator bool`() const; };