Registry / utility / stronk

stronk

JSON →
library0.14.0vcpkgunverified

An easy to customize, strong type library with built in support for unit-like behavior

vcpkg install stronk
INSTALL
IMPORT
SIG · STRONK
S
stronk
utilitycppv0.14.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.

stronk/stronk.hpp
#include <stronk/stronk.hpp>

Creates a strong type for meters

#include <stronk/stronk.hpp> #include <iostream> using Meters = stronk::stronk<double, struct MetersTag>; int main() { Meters m{42.0}; std::cout << m.value() << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.14.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

stronk — pip install stronk · libregistry