strong_type
Type wrapper
A C++ library providing strong typing by wrapping existing types with additional meaning and preventing unwanted conversions.
C++ implementation of strong types
53 stars
5 watching
6 forks
Language: C++
last commit: about 5 years ago
Linked from 1 awesome list
cppmetaprogrammingstrongly-typedtypes
Related projects:
Repository | Description | Stars |
---|---|---|
| Provides a C++ class template to create distinct, convertible types from underlying types. | 109 |
| A set of C++ utilities to prevent bugs at compile time using the type system. | 1,545 |
| Generates boilerplate code for strongly-typed values | 36 |
| A strongly-typed validation library for TypeScript that allows developers to create accurate interfaces and transform data at compile-time. | 363 |
| A decorator that checks function parameters at runtime for correct type compatibility. | 111 |
| A library providing a functional-style typelist for C++20 | 11 |
| Utilities to demangle and display type names at compile-time or runtime in C++ | 8 |
| A lightweight Python library to add security headers to web applications across multiple frameworks. | 908 |
| Provides reflection and serialization capabilities for user-defined types without boilerplate code | 1,351 |
| Typesafe wrappers for handling errors and absent data in Python | 44 |
| Generates type definitions for serialized data formats like JSON | 3 |
| A collection of utility types and adjusted utilities for enhancing TypeScript development | 380 |
| A collection of utilities for creating and working with type-guards and assertions in TypeScript. | 54 |
| A library of type-safe wrappers around native values with framework integrations. | 11 |
| A decorator that checks function arguments and return types at runtime. | 0 |