Helper tags to disambiguate result extraction between row and field.
Definition in file row_types.hpp.
Go to the source code of this file.
#include <tuple>#include <type_traits>
This graph shows which files directly or indirectly include this file:Classes | |
| struct | storages::sqlite::FieldTag |
| Used for extracting statement results as a single field. More... | |
| struct | storages::sqlite::RowTag |
| Used for extracting statement results as rows. More... | |
| struct | storages::sqlite::IsTuple< T > |
| struct | storages::sqlite::IsTuple< std::tuple< Args... > > |
Namespaces | |
| namespace | storages |
| Components, clients and helpers for different databases and storages. | |
Variables | |
| constexpr FieldTag | storages::sqlite::kFieldTag |
| constexpr RowTag | storages::sqlite::kRowTag {} |
|
inlineconstexpr |
Definition at line 18 of file row_types.hpp.
|
inlineconstexpr |
Definition at line 19 of file row_types.hpp.