Registry / utility / gsl-lite

gsl-lite

JSON →
library1.0.1vcpkgunverified

ISO C++ Core Guidelines Library implementation for C++98, C++11 up.

vcpkg install gsl-lite
INSTALL
IMPORT
SIG · GSL-LITE
G
gsl-lite
utilitycppv1.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.

gsl/gsl-lite.hpp
#include <gsl/gsl-lite.hpp>

Create and inspect an empty span

#include <gsl/gsl-lite.hpp> #include <iostream> int main() { gsl::span<int> empty; std::cout << "Empty span size: " << empty.size() << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources

No resource links recorded.

gsl-lite — pip install gsl-lite · libregistry