Definition at line 87 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 std::default_sentinel_t &other) const noexcept | 
| using ydb::CursorIterator::difference_type = std::ptrdiff_t | 
Definition at line 89 of file response.hpp.
| using ydb::CursorIterator::iterator_category = std::input_iterator_tag | 
Definition at line 92 of file response.hpp.
| using ydb::CursorIterator::reference = Row | 
Definition at line 91 of file response.hpp.
| using ydb::CursorIterator::value_type = Row | 
Definition at line 90 of file response.hpp.
      
  | 
  friend | 
Definition at line 110 of file response.hpp.