1 #ifndef PQXX_INTERNAL_GATES_RESULT_CONNECTION_HXX
2 #define PQXX_INTERNAL_GATES_RESULT_CONNECTION_HXX
14 [[nodiscard]]
explicit operator bool() const noexcept
18 [[nodiscard]]
bool operator!() const noexcept {
return not home(); }
Connection to a database.
Definition: connection.hxx:273
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:9
Definition: connection.hxx:94