Registry / utility / nlohmann-fifo-map

nlohmann-fifo-map

JSON →
library1.0.0vcpkgunverified

a FIFO-ordered associative container for C++

vcpkg install nlohmann-fifo-map
INSTALL
IMPORT
SIG · NLOHMANN-FIFO-MAP
N
nlohmann-fifo-map
utilitycppv1.0.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.

nlohmann/fifo_map.hpp
#include <nlohmann/fifo_map.hpp>

Create a FIFO-ordered map and insert elements

#include <nlohmann/fifo_map.hpp> #include <string> int main() { nlohmann::fifo_map<std::string, int> map; map["first"] = 1; map["second"] = 2; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

nlohmann-fifo-map — pip install nlohmann-fifo-map · libregistry