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