1 #ifndef PQXX_INTERNAL_CALLGATE_HXX
2 #define PQXX_INTERNAL_CALLGATE_HXX
65 [[nodiscard]] constexpr
reference home() const noexcept {
return m_home; }
Base class for call gates.
Definition: callgate.hxx:55
constexpr callgate(reference x) noexcept
Definition: callgate.hxx:62
HOME & reference
A reference to the host class. Helps keep constructors easy.
Definition: callgate.hxx:60
constexpr reference home() const noexcept
The home object. The gate class has full "private" access.
Definition: callgate.hxx:65
Private namespace for libpqxx's internal use; do not access.
Definition: connection.cxx:333