Futuresql
Public Types |
Public Member Functions |
Static Public Member Functions |
Public Attributes |
List of all members
SingleValue< T > Struct Template Reference
#include <threadeddatabase.h>
Public Types | |
using | ColumnTypes = std::tuple<T> |
Public Member Functions | |
operator const T & () const | |
Static Public Member Functions | |
static SingleValue | fromSql (ColumnTypes tuple) |
Public Attributes | |
T | value |
Detailed Description
template<typename T>
struct SingleValue< T >
struct SingleValue< T >
Deserialize just a single value from a query result.
Definition at line 185 of file threadeddatabase.h.
Member Typedef Documentation
◆ ColumnTypes
template<typename T >
using SingleValue< T >::ColumnTypes = std::tuple<T> |
Definition at line 186 of file threadeddatabase.h.
Member Function Documentation
◆ fromSql()
template<typename T >
|
inlinestatic |
Definition at line 188 of file threadeddatabase.h.
◆ operator const T &()
template<typename T >
|
inline |
Definition at line 193 of file threadeddatabase.h.
Member Data Documentation
◆ value
template<typename T >
T SingleValue< T >::value |
Definition at line 197 of file threadeddatabase.h.
The documentation for this struct was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 8 2024 12:04:35 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 8 2024 12:04:35 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.