![]() |
Pixie
|
Common interface for byte-addressable storage. More...
#include <pixie/bit_stream.h>#include <concepts>#include <cstddef>#include <cstdint>#include <span>#include <stdexcept>Go to the source code of this file.
Classes | |
| class | pixie::StorageBase< Impl > |
| CRTP facade for byte-addressable storage. More... | |
Concepts | |
| concept | pixie::StorageImplementation |
A concrete CRTP implementation of StorageBase. | |
Common interface for byte-addressable storage.
Include <pixie/storage/implementations.h> to use Pixie's concrete storage types.