Registry / utility / plf-hive

plf-hive

JSON →
library2025-12-22vcpkgunverified

plf::hive is a fork of plf::colony to match the current C++ standards proposal.

vcpkg install plf-hive
INSTALL
IMPORT
SIG · PLF-HIVE
P
plf-hive
utilitycppv2025-12-22
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.

plf/hive.h
#include <plf/hive.h>

Demonstrates insertion and erasure in a plf::hive container

#include <plf/hive.h> #include <iostream> int main() { plf::hive<int> hive; auto it = hive.insert(42); std::cout << "Inserted: " << *it << std::endl; hive.erase(it); std::cout << "Size after erase: " << hive.size() << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2025-12-22latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources

No resource links recorded.

plf-hive — pip install plf-hive · libregistry