#include "oraltest.h"
#include "common.h"
Go to the source code of this file.
|
| ORAL_ADAPT_STRUCT (AutogenPKeyRecord, ID_, Value_) struct NoPKeyRecord |
|
| ORAL_ADAPT_STRUCT (NoPKeyRecord, ID_, Value_) struct NonInPlaceConstructibleRecord |
|
| ORAL_ADAPT_STRUCT (NonInPlaceConstructibleRecord, ID_, Value_) struct ComplexConstraintsRecord |
|
| ORAL_ADAPT_STRUCT (ComplexConstraintsRecord, ID_, Value_, Age_, Weight_) template< typename... Args > QDebug operator<<(QDebug dbg |
|
|
const std::tuple< Args... > & | tup |
|
◆ ORAL_ADAPT_STRUCT() [1/4]
◆ ORAL_ADAPT_STRUCT() [2/4]
ORAL_ADAPT_STRUCT |
( |
ComplexConstraintsRecord | , |
|
|
ID_ | , |
|
|
Value_ | , |
|
|
Age_ | , |
|
|
Weight_ | ) |
◆ ORAL_ADAPT_STRUCT() [3/4]
ORAL_ADAPT_STRUCT |
( |
NonInPlaceConstructibleRecord | , |
|
|
ID_ | , |
|
|
Value_ | ) |
◆ ORAL_ADAPT_STRUCT() [4/4]
ORAL_ADAPT_STRUCT |
( |
NoPKeyRecord | , |
|
|
ID_ | , |
|
|
Value_ | ) |
◆ tup
const std::tuple<Args...>& tup |
Initial value:{
return std::apply ([&] (
auto&&... args) {
return ((dbg.nospace () << args <<
' '), ...); },
tup)
const std::tuple< Args... > & tup
Definition at line 111 of file oraltest.cpp.
Referenced by LC::Util::Nub().