11 template<
typename Tuple, std::size_t... indexes>
13 extract_fields(Tuple &t, std::index_sequence<indexes...> seq,
ctx c)
const
15 return home().extract_fields<Tuple, indexes...>(t, seq, c);
Base class for call gates.
Definition: callgate.hxx:55
Definition: row_ref-row.hxx:6
Lightweight reference to one row in a result.
Definition: row.hxx:57
Reference to one row in a result.
Definition: row.hxx:410
Definition: connection.hxx:94
conversion_context const & ctx
Convenience alias: const reference to a pqxx::conversion_context.
Definition: strconv.hxx:196