|
relx 0.1.0
A Modern C++23 Type-Safe SQL Query Builder
|
Iterator that yields RowAdapters. More...
#include <relx/results/result.hpp>
Public Member Functions | |
| bool | operator!= (const RowIterator &other) const |
| RowIterator & | operator++ () |
| auto | operator* () const |
Public Attributes | |
| const ResultSet & | results |
| size_t | index |
| std::array< size_t, sizeof...(Types)> | column_indices |
Iterator that yields RowAdapters.
Definition at line 562 of file result.hpp.
|
inline |
Definition at line 567 of file result.hpp.
|
inline |
Definition at line 574 of file result.hpp.
|
inline |
Definition at line 569 of file result.hpp.
| std::array<size_t, sizeof...(Types)> relx::result::RowIterator< ResultSet, Types >::column_indices |
Definition at line 565 of file result.hpp.
| size_t relx::result::RowIterator< ResultSet, Types >::index |
Definition at line 564 of file result.hpp.
| const ResultSet& relx::result::RowIterator< ResultSet, Types >::results |
Definition at line 563 of file result.hpp.