Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
row_view::begin

Returns an iterator to the first field in the row.

Synopsis
row_view::iterator
begin() const noexcept;
Exception safety

No-throw guarantee.

Complexity

Constant.


PrevUpHomeNext