|
Wasmtime
|
#include <cstddef>#include <limits>#include <type_traits>Go to the source code of this file.
Data Structures | |
| struct | wasmtime::IsSpan< T > |
Check whether a type is Span More... | |
| struct | wasmtime::IsSpan< Span< T, Extent > > |
| class | wasmtime::Span< T, Extent > |
| Span class used when c++20 is not available. More... | |
Variables | |
| constexpr size_t | wasmtime::dynamic_extent |
| Means number of elements determined at runtime. More... | |
|
inlineconstexpr |
Means number of elements determined at runtime.