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