Copy assignment.
row& operator=( const row& other); » more...
row
more...
Move assignment.
row& operator=( row&& other); » more...
Replaces the contents with a row_view.
row_view
row& operator=( row_view r); » more...