![]() |
Home | Libraries | People | FAQ | More |
Constructs a row from a row_view
.
row(
row_view
r);
Strong guarantee. Internal allocations may throw.
*this
lifetime will be independent of r
's
(the contents of r
will
be copied into *this
).
Linear on r.size()
.