![]() |
Home | Libraries | People | FAQ | More |
row() = default;
» more...
Copy constructor.
row( constrow
& other) = default; »more...
Move constructor.
row(row
&& other) = default; »more...
Constructs a row from a row_view
.
row(row_view
r); »more...