Definition at line 58 of file result_mapper.hpp.
Public Types | |
| using | iterator_category = std::forward_iterator_tag |
| using | difference_type = std::ptrdiff_t |
| using | value_type = Row |
| using | reference = value_type& |
| using | pointer = value_type* |
Public Member Functions | |
| Iterator (IteratorsTupleT iterators) | |
| Iterator | operator++ (int) |
| Iterator & | operator++ () |
| reference | operator* () const |
| pointer | operator-> () const |
| bool | operator== (const Iterator &other) const |
| bool | operator!= (const Iterator &other) const |
| using storages::clickhouse::io::RowsMapper< Row >::Iterator::difference_type = std::ptrdiff_t |
Definition at line 61 of file result_mapper.hpp.
| using storages::clickhouse::io::RowsMapper< Row >::Iterator::iterator_category = std::forward_iterator_tag |
Definition at line 60 of file result_mapper.hpp.
| using storages::clickhouse::io::RowsMapper< Row >::Iterator::pointer = value_type* |
Definition at line 64 of file result_mapper.hpp.
| using storages::clickhouse::io::RowsMapper< Row >::Iterator::reference = value_type& |
Definition at line 63 of file result_mapper.hpp.
| using storages::clickhouse::io::RowsMapper< Row >::Iterator::value_type = Row |
Definition at line 62 of file result_mapper.hpp.
| storages::clickhouse::io::RowsMapper< Row >::Iterator::Iterator | ( | IteratorsTupleT | iterators | ) |
Definition at line 128 of file result_mapper.hpp.
| bool storages::clickhouse::io::RowsMapper< Row >::Iterator::operator!= | ( | const Iterator & | other | ) | const |
Definition at line 177 of file result_mapper.hpp.
| RowsMapper< Row >::Iterator::reference storages::clickhouse::io::RowsMapper< Row >::Iterator::operator* | ( | ) | const |
Definition at line 151 of file result_mapper.hpp.
| RowsMapper< Row >::Iterator & storages::clickhouse::io::RowsMapper< Row >::Iterator::operator++ | ( | ) |
Definition at line 143 of file result_mapper.hpp.
| RowsMapper< Row >::Iterator storages::clickhouse::io::RowsMapper< Row >::Iterator::operator++ | ( | int | ) |
Definition at line 133 of file result_mapper.hpp.
| RowsMapper< Row >::Iterator::pointer storages::clickhouse::io::RowsMapper< Row >::Iterator::operator-> | ( | ) | const |
Definition at line 156 of file result_mapper.hpp.
| bool storages::clickhouse::io::RowsMapper< Row >::Iterator::operator== | ( | const Iterator & | other | ) | const |
Definition at line 172 of file result_mapper.hpp.
|
friend |
Definition at line 77 of file result_mapper.hpp.