rebind

  • Synopsis for X_view (X=array, matrix, vector):

    void rebind(array_view const &a)
  • Synopsis for X_const_view (X=array, matrix, vector):

    void rebind(array_view const &a)
    void rebind(array_const_view const &a)
  • Effect:

    Rebinds the view

    After this method, the view points to the same as a. Following the memory management rules, if nothing else views the data originally pointed to by the view, this data is destroyed.