...one of the most highly regarded and expertly designed C++ library projects in the world. — Herb Sutter and Andrei Alexandrescu, C++ Coding Standards
...one of the most highly regarded and expertly designed C++ library projects in the world.
Constructs an empty resultset.
resultset(); » more...
more...
Copy constructor.
resultset( const resultset& other); » more...
resultset
Move constructor.
resultset( resultset&& other); » more...
Constructs a resultset object by taking ownership of a view.
resultset( resultset_view v); » more...
resultset_view