![]() |
Home | Libraries | People | FAQ | More |
Constructs an empty resultset.
resultset();
» more...
Copy constructor.
resultset(
const resultset& other);
» more...
Move constructor.
resultset(
resultset&& other);
» more...
Constructs a resultset object by taking ownership of a view.
resultset(
resultset_view v);
» more...