Casts in to a span of U over the same memory using const_cast.
Declared in <folly/container/span.h>
template<typename U>
constexpr
auto
const_span_cast(/* implementation-defined */ in);
This function is defined as an Algorithm Function Object (AFO).
A span of U referring to the same region.
| Name | Description |
|---|---|
| in | The source span. |