1#include <pqxx/internal/callgate.hxx>
3namespace pqxx::internal::gate
5class PQXX_PRIVATE errorhandler_connection : callgate<errorhandler>
7 friend class pqxx::connection;
11 void unregister()
noexcept {
home().unregister(); }
reference home() const noexcept
Definition callgate.hxx:65
errorhandler & reference
Definition callgate.hxx:60
callgate< errorhandler > super
Definition callgate.hxx:58