userver: ydb::CursorIterator Class Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
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 CursorIterator &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 124 of file response.hpp.


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