relx 0.1.0
A Modern C++23 Type-Safe SQL Query Builder
Loading...
Searching...
No Matches
relx::result::LazyResultSet::iterator Class Reference

Iterator for lazy rows. More...

#include <relx/results/lazy_result.hpp>

Public Member Functions

 iterator (const LazyResultSet &result_set, size_t index)
 
LazyRow operator* () const
 
iteratoroperator++ ()
 
bool operator!= (const iterator &other) const
 

Detailed Description

Iterator for lazy rows.

Definition at line 282 of file lazy_result.hpp.

Constructor & Destructor Documentation

◆ iterator()

relx::result::LazyResultSet::iterator::iterator ( const LazyResultSet result_set,
size_t  index 
)
inline

Definition at line 284 of file lazy_result.hpp.

Member Function Documentation

◆ operator!=()

bool relx::result::LazyResultSet::iterator::operator!= ( const iterator other) const
inline

Definition at line 301 of file lazy_result.hpp.

◆ operator*()

LazyRow relx::result::LazyResultSet::iterator::operator* ( ) const
inline

Definition at line 287 of file lazy_result.hpp.

◆ operator++()

iterator & relx::result::LazyResultSet::iterator::operator++ ( )
inline

Definition at line 296 of file lazy_result.hpp.


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