Constructs a span referring to a C array.

Synopsis

Declared in <absl/types/span.h>

template<size_t N>
constexpr
Span(T(& a)[]) noexcept;

Parameters

Name

Description

a

The array to refer to.

Created with MrDocs