...one of the most highly regarded and expertly designed C++ library projects in the world. — Herb Sutter and Andrei Alexandrescu, C++ Coding Standards
...one of the most highly regarded and expertly designed C++ library projects in the world.
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...