#include <type_traits>
#include <iterator>
#include <span>
#include <vector>
Go to the source code of this file.
Classes | |
class | marvin::containers::StrideView< T, Stride > |
Non owning view into an array-like, with a configurable step size. More... | |
class | marvin::containers::StrideView< T, Stride >::iterator |
Custom iterator for StrideView. More... | |
class | marvin::containers::StrideView< T, Stride >::const_iterator |
Custom const_iterator for a StrideView. More... | |
Namespaces | |
namespace | marvin |
A mostly harmless top-level namespace. | |
namespace | marvin::containers |
Views, wrappers and custom containers. | |