Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of boost. Click here for the latest Boost documentation.
PrevUpHomeNext
span::span (3 of 4 overloads)

Constructor.

Synopsis
span(
    T* data,
    std::size_t size);
Description Parameters

Name

Description

data

A pointer to the beginning of the range of elements

size

The number of elements pointed to by data


PrevUpHomeNext