1 #ifndef PQXX_INTERNAL_GATES_ROW_REF_ROW_HXX
2 #define PQXX_INTERNAL_GATES_ROW_REF_ROW_HXX
14 template<
typename Tuple, std::size_t... indexes>
16 extract_fields(Tuple &t, std::index_sequence<indexes...> seq,
ctx c)
const
18 return home().extract_fields<Tuple, indexes...>(t, seq, c);
Base class for call gates.
Definition: callgate.hxx:55
Definition: row_ref-row.hxx:9
Lightweight reference to one row in a result.
Definition: row.hxx:57
Reference to one row in a result.
Definition: row.hxx:415
Definition: connection.hxx:94
conversion_context const & ctx
Convenience alias: const reference to a pqxx::conversion_context.
Definition: strconv.hxx:201