Template Struct span_storage

Struct Documentation

template<typename E, std::size_t S>
struct span_storage

Public Functions

constexpr span_storage() noexcept = default
inline constexpr span_storage(E *p_ptr, std::size_t) noexcept

Public Members

E *ptr = nullptr

Public Static Attributes

static constexpr std::size_t size = S