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 >
Deserialize just a single value from a query result.
Definition at line 185 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-2023 The KDE developers.
Generated on Tue Dec 5 2023 04:07:03 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Dec 5 2023 04:07:03 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.