1#include <pqxx/internal/callgate.hxx>
3namespace pqxx::internal::gate
11 operator bool()
const {
return bool(home()); }
12 bool operator!()
const {
return not home(); }
Connection to a database.
Definition: connection.hxx:230
Base class for call gates.
Definition: callgate.hxx:55
result const & reference
A reference to the host class. Helps keep constructors easy.
Definition: callgate.hxx:60
Definition: result-connection.hxx:6