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

span::const_pointer
PrevUpHomeNext

The const pointer used by the container.

Synopsis
using const_pointer = T const*;
Description

PrevUpHomeNext