Wasmtime
span.hh File Reference
#include <limits>

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...
 

Variable Documentation

◆ dynamic_extent

constexpr size_t wasmtime::dynamic_extent
inlineconstexpr
Initial value:
=
std::numeric_limits<std::size_t>::max()

Means number of elements determined at runtime.