How can I create a KVStore using c++?

I don’t find a c++ example. I want a powerful hash tool, and KVStore is cool.
In the source code, I see that KVStore() or get_kvstore() is private.

Hmm for hashing … I guess you could use in theory!
Take a look at mxnet::KVStore::Create and its public methods here.