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

Detailed Description

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
 
CursorIteratoroperator= (const CursorIterator &)=delete
 
CursorIteratoroperator= (CursorIterator &&)=default
 
Row operator* () const
 
CursorIteratoroperator++ ()
 
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 99 of file response.hpp.

◆ iterator_category

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

Definition at line 102 of file response.hpp.

◆ reference

Definition at line 101 of file response.hpp.

◆ value_type

Definition at line 100 of file response.hpp.

Friends And Related Symbol Documentation

◆ Cursor

friend class Cursor
friend

Definition at line 120 of file response.hpp.


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