mirror of
https://github.com/triqs/dft_tools
synced 2024-11-01 11:43:47 +01:00
19 lines
388 B
ReStructuredText
19 lines
388 B
ReStructuredText
|
.. 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 <arr_view_memory>`, if nothing else views the
|
||
|
data originally pointed to by the view, this data is destroyed.
|
||
|
|
||
|
|