Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
span::span (4 of 4 overloads)

Constructor.

Synopsis
template<
    class ContiguousContainer>
span(
    ContiguousContainer&& container);
Description Parameters

Name

Description

container

The container to construct from


PrevUpHomeNext