Registry / database / hazelcast-cpp-client

hazelcast-cpp-client

JSON →
library5.6.0vcpkgunverified

C++ client library for Hazelcast in-memory database.

vcpkg install hazelcast-cpp-client
INSTALL
IMPORT
SIG · HAZELCAST-CPP-CLIE
H
hazelcast-cpp-client
databasecppv5.6.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

hazelcast/client/hazelcast_client.h
#include <hazelcast/client/hazelcast_client.h>

Connects to Hazelcast and performs a map put/get operation.

#include <hazelcast/client/hazelcast_client.h> #include <iostream> int main() { hazelcast::client::HazelcastClient client; auto map = client.get_map("my_map"); map->put("key", "value"); std::cout << "Value: " << map->get("key") << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.6.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources

No resource links recorded.

hazelcast-cpp-client — pip install hazelcast-cpp-client · libregistry