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