Definition at line 97 of file response.hpp.
Public Types | |
| using | difference_type = std::ptrdiff_t |
| using | value_type = Row |
| using | reference = Row |
| using | iterator_category = std::input_iterator_tag |
Public Member Functions | |
| CursorIterator (const CursorIterator &)=delete | |
| CursorIterator (CursorIterator &&) noexcept=default | |
| CursorIterator & | operator= (const CursorIterator &)=delete |
| CursorIterator & | operator= (CursorIterator &&)=default |
| Row | operator* () const |
| CursorIterator & | operator++ () |
| void | operator++ (int) |
| bool | operator== (const CursorIterator &other) const noexcept |
| using ydb::CursorIterator::difference_type = std::ptrdiff_t |
Definition at line 99 of file response.hpp.
| using ydb::CursorIterator::iterator_category = std::input_iterator_tag |
Definition at line 102 of file response.hpp.
| using ydb::CursorIterator::reference = Row |
Definition at line 101 of file response.hpp.
| using ydb::CursorIterator::value_type = Row |
Definition at line 100 of file response.hpp.
|
friend |
Definition at line 124 of file response.hpp.