.. highlight:: c .. _arr_rebind: rebind ================================== * **Synopsis**: .. cpp:function:: void rebind(array_view const & a) Rebinds the view After this method, the view points to the same as a. Following the :ref:`memory management rules `, if nothing else views the data originally pointed to by the view, this data is destroyed.