userver: ydb::CursorIterator Class Reference
Loading...
Searching...
No Matches
ydb::CursorIterator Class Referencefinal

Detailed Description

Definition at line 91 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

Member Typedef Documentation

◆ difference_type

using ydb::CursorIterator::difference_type = std::ptrdiff_t

Definition at line 93 of file response.hpp.

◆ iterator_category

using ydb::CursorIterator::iterator_category = std::input_iterator_tag

Definition at line 96 of file response.hpp.

◆ reference

using ydb::CursorIterator::reference = Row

Definition at line 95 of file response.hpp.

◆ value_type

using ydb::CursorIterator::value_type = Row

Definition at line 94 of file response.hpp.

◆ Cursor

friend class Cursor
friend

Definition at line 114 of file response.hpp.


The documentation for this class was generated from the following file: