73 const
void* _started_event;
80#include <mongocxx/config/postlude.hpp>
An event notification sent when the driver begins executing a "hello" command to check the status of ...
Definition heartbeat_started_event.hpp:36
std::uint16_t port() const
Returns the port.
~heartbeat_started_event()
Destroys a heartbeat_started_event.
bsoncxx::v_noabi::stdx::string_view host() const
Returns the host name.
bool awaited() const
Returns a boolean indicating whether this heartbeat event is from an awaitable hello.
#define MONGOCXX_ABI_EXPORT_CDECL(...)
Equivalent to MONGOCXX_ABI_EXPORT with MONGOCXX_ABI_CDECL.
Definition fwd.hpp:222
Declares mongocxx::v_noabi::events::heartbeat_started_event.
The mongocxx macro guard prelude header.
The top-level namespace within which all bsoncxx library entities are declared.
The top-level namespace within which all mongocxx library entities are declared.
The top-level namespace reserved for the C++ standard library.
Provides std::string_view-related polyfills for library API usage.