-
#include "tensorstore/util/span.h"
-
template <typename Container>
constexpr tensorstore::span<T, Extent>::span(Container& cont);
-
template <typename Container>
constexpr tensorstore::span<T, Extent>::span(const Container& cont);
Constructs from a container with data
and size
methods.