Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
row();
» more...
Copy constructor.
row( constrow& other); »more...
Move constructor.
row(row&& other); »more...
Constructs a row from a row_view.
row(row_viewr); »more...