Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
row::begin

Returns an iterator to the first field in the row.

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

No-throw guarantee.

Complexity

Constant.


PrevUpHomeNext