17 #include <bsoncxx/document/view.hpp> 18 #include <bsoncxx/stdx/string_view.hpp> 20 #include <mongocxx/config/prelude.hpp> 23 MONGOCXX_INLINE_NAMESPACE_BEGIN
41 ~heartbeat_succeeded_event();
55 std::int64_t duration()
const;
62 bsoncxx::stdx::string_view host()
const;
69 std::uint16_t port()
const;
72 const void* _succeeded_event;
76 MONGOCXX_INLINE_NAMESPACE_END
79 #include <mongocxx/config/postlude.hpp> Top level namespace for the MongoDB C++ driver.
Definition: bulk_write.hpp:24
A read-only, non-owning view of a BSON document.
Definition: view.hpp:33
An event notification sent when the driver completes an "isMaster" command to check the status of a s...
Definition: heartbeat_succeeded_event.hpp:34