any-lite
any container
A type-safe container for single values of any type in C++
any lite - A C++17-like any, a type-safe container for single values of any type for C++98, C++11 and later in a single-file header-only library
135 stars
6 watching
24 forks
Language: C++
last commit: 6 months ago
Linked from 1 awesome list
anyany-implementationscpp17cpp98header-onlyno-dependenciessingle-file
Related projects:
Repository | Description | Stars |
---|---|---|
martinmoene/optional-lite | A header-only library providing an optional value type with C++98/C++11 compatibility and minimal dependencies. | 404 |
martinmoene/variant-lite | A type-safe union library for C++98 and later, allowing easy representation of alternative values in a single-file header-only library. | 239 |
martinmoene/ring-span-lite | A single-file header-only C++ library providing a circular buffer view for containers with a flexible interface. | 154 |
martinmoene/expected-lite | A header-only library providing objects to represent valid values or errors in C++11 and later | 391 |
martinmoene/string-view-lite | Provides a single-file header-only C++17-like string_view for compatibility with older C++ standards | 422 |
martinmoene/nonstd-lite | A set of simplified C++ standard library extensions for pre-C++11 environments. | 83 |
martinmoene/span-lite | A C++20-like span implementation for older compilers | 498 |
p-p-h-d/mlib | A C library providing generic and type-safe container implementations | 904 |
gsl-lite/gsl-lite | A header-only implementation of C++ guidelines support library functions and types for improving code quality and safety. | 900 |
orlp/devector | A container class with efficient append operations on either end. | 37 |
serge-sans-paille/frozen | A library that provides efficient, constexpr-friendly container classes and algorithms for C++14 developers | 1,323 |
mattreecebentley/plf_stack | A C++ data container optimized for stack-based operations with improved performance compared to standard library containers. | 63 |
michaelcharles/clay_containers | Provides pre-built neumorphic container and text widget primitives to simplify Flutter app development | 441 |
pahowes/any | A C++ variant type that allows storing and retrieving different types of data | 11 |
mattreecebentley/plf_colony | An unordered C++ data container providing fast iteration/insertion/erasure while maintaining pointer/iterator validity to non-erased elements. | 398 |