Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
rows_view::begin

Returns an iterator to the first element in the collection.

Synopsis
rows_view::const_iterator
begin() const noexcept;
Exception safety

No-throw guarantee.

Complexity

Constant.


PrevUpHomeNext