Standard library » Containers » Span module

std::span like container.

It doesn't throw exceptions. Instead, asserts are used to ensure valid usage.

Files

file bn_span.h
file bn_span_fwd.h

Classes

template<typename Type>
class bn::span
std::span like container.