![]() |
Home | Libraries | People | FAQ | More |
Copy constructor.
rows(
const rows
& other);
Strong guarantee. Internal allocations may throw.
*this
lifetime will be independent of other
's.
Linear on other.size() * other.num_columns()
.