Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
span::cbegin

Returns an iterator to the beginning of the span.

Synopsis
const_iterator
cbegin() const;
Description

PrevUpHomeNext