Registry / utility / p-ranav-glob

p-ranav-glob

JSON →
library0.0.1vcpkgunverified

Glob for C++17

vcpkg install p-ranav-glob
INSTALL
IMPORT
SIG · P-RANAV-GLOB
P
p-ranav-glob
utilitycppv0.0.1
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.

glob.hpp
#include <glob.hpp>

List all .txt files in current directory

#include <glob.hpp> #include <iostream> int main() { for (auto& p : glob::glob("*.txt")) { std::cout << p.string() << std::endl; } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

p-ranav-glob — pip install p-ranav-glob · libregistry