triqs::gfs::gf_const_view::rebind

#include <triqs/gfs/gf_const_view.hpp>

Synopsis

  1. void rebind (gf_const_view<Mesh, Target> const & g) noexcept
  2. void rebind (gf_view<Mesh, Target> const & X) noexcept

Documentation

1) Rebinds the view

2) Rebinds the const view to a non const view

Parameters

  • g The const view to rebind into