Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
row_view::begin

Returns an iterator to the first field in the row.

Synopsis
iterator
begin() const;
Exception safety

No-throw guarantee.

Complexity

Constant.


PrevUpHomeNext