Registry / utility / type-safe

type-safe

JSON →
library0.2.4vcpkgunverified

Zero overhead abstractions that use the C++ type system to prevent bugs.

vcpkg install type-safe
INSTALL
IMPORT
SIG · TYPE-SAFE
T
type-safe
utilitycppv0.2.4
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.

type_safe/types.hpp
#include <type_safe/types.hpp>

Basic usage of type_safe integer wrapper

#include <type_safe/types.hpp> #include <iostream> int main() { type_safe::integer<int> x(42); std::cout << x.get() << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.4latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

type-safe — pip install type-safe · libregistry