1 repo
Data structures that implement the standard container interface for C++.
Distinguishing note: Focuses on STL-compliant container behavior rather than general data structures.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Standard Template Library Containers. Refine with filters or upvote what's useful.
This library is a header-only C++ framework designed for the serialization, parsing, and manipulation of structured data. It provides a recursive variant data model that represents arbitrary structures as native types, allowing developers to navigate, modify, and patch hierarchical data using standard pointer paths and declarative update patterns. The project distinguishes itself through its template-based architecture, which enables type-safe data structures and custom type mapping at compile time. It offers a unified interface for binary format abstraction, supporting multiple compact repre
Provides data structures that adhere to standard container interfaces for seamless integration with language algorithms.