any
Variant data structure
A C++ variant type that allows storing and retrieving different types of data
A simple variant type for C++
11 stars
2 watching
2 forks
Language: C++
last commit: over 6 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
mpark/variant | An implementation of C++17 std::variant for C++11/14/17 | 669 |
mknejp/dotvariant | A type-safe sum type library for C# that enables the creation of compact variants with compile-time checked constraints and generated interfaces. | 70 |
pa-ba/compdata | A Haskell library for creating and manipulating compositional data types in a modular and flexible way | 89 |
sirherrbatka/cl-data-structures | A collection of reusable data structures and streaming algorithms in Common Lisp. | 47 |
orium/rpds | A Rust implementation of persistent data structures with structural sharing | 1,261 |
sija/any_hash.cr | A library for working with nested data structures, providing an easy-to-use JSON-friendly hash class and methods for traversing and manipulating it. | 35 |
aalhour/c-sharp-algorithms | A comprehensive C# implementation of standard data structures and algorithms | 5,956 |
samebchase/hash-set | An implementation of a data structure providing constant time lookup and insertion operations. | 17 |
michaeljwelsh/cdsa | A collection of generic, intrusive data structures and algorithms implemented in ANSI C. | 603 |
patmorin/ods | Provides implementations and pseudocode of data structures in multiple programming languages. | 1,210 |
recp/ds | A collection of common data structures and algorithms implemented in C. | 51 |
stylewarning/cl-algebraic-data-type | A Common Lisp implementation of algebraic data types with features like pattern matching and mutable data structures. | 136 |
precog/matryoshka | A library providing generalized recursion schemes and traversals for recursive data structures in Scala. | 811 |
kowainik/treap | An efficient data structure for fast insertions and queries on sequences of values | 63 |
proalgos/proalgos-cpp | C++ implementations of algorithms and data structures | 510 |