Registry / utility / stx
library1.0.5vcpkgunverified

STX is a collection of libraries and utilities designed to make working with C++ easier and less error-prone.

vcpkg install stx
INSTALL
IMPORT
SIG · STX
S
stx
utilitycppv1.0.5
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.

stx/optional.h
#include <stx/optional.h>

Using stx::optional

#include "stx/optional.h" #include <iostream> int main() { stx::optional<int> opt = 42; if (opt) { std::cout << "Value: " << *opt << std::endl; } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.5latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

stx — pip install stx · libregistry