Registry / utility / fixed-string

fixed-string

JSON →
library0.1.1vcpkgunverified

Header-only C++17 library provides a string class with std::array fixed-size semantic.

vcpkg install fixed-string
INSTALL
IMPORT
SIG · FIXED-STRING
F
fixed-string
utilitycppv0.1.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.

fixed_string.hpp
#include <fixed_string.hpp>

Create and print a fixed-size string.

#include "fixed_string.hpp" #include <cstdio> int main() { fixed_string::basic_fixed_string<16> str("Hello"); printf("%s\n", str.c_str()); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources

No resource links recorded.

fixed-string — pip install fixed-string · libregistry