|
relx 0.1.0
A Modern C++23 Type-Safe SQL Query Builder
|
View class for structured binding support. More...
#include <relx/results/result.hpp>
Public Member Functions | |
| RowIterator< ResultSet, Types... > | begin () const |
| RowIterator< ResultSet, Types... > | end () const |
Public Attributes | |
| const ResultSet & | results |
| std::array< size_t, sizeof...(Types)> | column_indices |
View class for structured binding support.
Definition at line 598 of file result.hpp.
|
inline |
Definition at line 602 of file result.hpp.
|
inline |
Definition at line 604 of file result.hpp.
| std::array<size_t, sizeof...(Types)> relx::result::RowsView< ResultSet, Types >::column_indices |
Definition at line 600 of file result.hpp.
| const ResultSet& relx::result::RowsView< ResultSet, Types >::results |
Definition at line 599 of file result.hpp.