Registry / utility / ztd-static-containers

ztd-static-containers

JSON →
library2022-12-12vcpkgunverified

Containers of fixed capacity

vcpkg install ztd-static-containers
INSTALL
IMPORT
SIG · ZTD-STATIC-CONTAIN
Z
ztd-static-containers
utilitycppv2022-12-12
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.

ztd/static_containers.hpp
#include <ztd/static_containers.hpp>

Use a fixed-capacity vector

#include <ztd/static_containers.hpp> #include <iostream> int main() { ztd::static_vector<int, 5> vec; vec.push_back(42); std::cout << "Size: " << vec.size() << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2022-12-12latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
38 hits · last 30 days
node
32
Resources

No resource links recorded.

ztd-static-containers — pip install ztd-static-containers · libregistry