Pixie
Loading...
Searching...
No Matches
sliding_window.h File Reference

Fixed-capacity ring-backed sliding byte storage. More...

#include <pixie/storage.h>
#include <algorithm>
#include <cstddef>
#include <cstdint>
#include <limits>
#include <span>
#include <stdexcept>
#include <utility>
#include <vector>

Go to the source code of this file.

Classes

class  pixie::SlidingWindowStorage
 Owning fixed-capacity storage over a monotonically positioned window. More...
 

Detailed Description

Fixed-capacity ring-backed sliding byte storage.