|
libpqxx
The C++ client library for PostgreSQL
|
Reverse iterator for result. Use as result::const_reverse_iterator. More...
#include <result_iterator.hxx>
Inheritance diagram for pqxx::const_reverse_result_iterator:Public Types | |
| using | super = const_result_iterator |
| using | iterator_type = const_result_iterator |
| using | value_type = iterator_type::value_type |
| using | reference = iterator_type::reference |
| using | difference_type = result_difference_type |
| using | iterator_category = std::bidirectional_iterator_tag |
| using | pointer = row const * |
Reverse iterator for result. Use as result::const_reverse_iterator.
| using pqxx::const_result_iterator::iterator_category = std::bidirectional_iterator_tag |
| using pqxx::const_result_iterator::pointer = row const * |
|
default |
Create an iterator, but in an unusable state.
|
default |
Copy an iterator.
|
inlineexplicit |
Copy a reverse iterator from a regular iterator.
|
inlineexplicit |
Move a regular iterator into a reverse iterator.
|
noexcept |
Return the underlying "regular" iterator (as per standard library).
|
inlinenoexcept |
|
inline |
|
inline |
| pqxx::const_reverse_result_iterator pqxx::const_reverse_result_iterator::operator++ | ( | int | ) |
|
inline |
|
inline |
|
inline |
|
inline |
| pqxx::const_reverse_result_iterator pqxx::const_reverse_result_iterator::operator-- | ( | int | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinenoexcept |
|
inline |
|
inline |
|
inlinenoexcept |