| void sqt::Iterator< SELECTER >::operator++ | ( | int | ) |
Advances the iterator to the next result element.
| sqt::SQLError | Thrown if the underlying statement execution fails. |
This is the post-increment operator syntax. It is equivalent to calling the pre-increment operator.