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::cend
PrevUpHomeNext

Returns an iterator to one past the end of the span.

Synopsis
const_iterator
cend() const;
Description

PrevUpHomeNext