Open 3D Engine AzToolsFramework API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AzToolsFramework::SQLite::BoundColumnSet< T > Struct Template Reference

Public Types

using ColumnTupleType = AZStd::tuple< BoundColumn< T >... >
 

Public Member Functions

 BoundColumnSet (ColumnTupleType columns)
 
bool Fetch (SQLite::Statement *statement)
 

Public Attributes

ColumnTupleType m_columns
 

Static Public Attributes

static constexpr size_t ColumnCount = sizeof...(T)
 

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