#include "di/vocab/span/as_bytes.h"#include "di/vocab/span/as_writable_bytes.h"#include "di/vocab/span/fixed_span.h"#include "di/vocab/span/span_dynamic_size.h"#include "di/vocab/span/span_fixed_size.h"Go to the source code of this file.
Classes | |
| class | di::Span< T, extent > |
Namespaces | |
| namespace | di |
Functions | |
| template<size_t count, typename T> | |
| constexpr auto | di::fixed_span (T *value) -> Span< T, count > |
Variables | |
| constexpr auto | di::as_bytes |
| constexpr auto | di::as_writable_bytes |
| constexpr auto | di::dynamic_extent |