Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
row::begin

Returns an iterator to the first field in the row.

Synopsis
const_iterator
begin() const;
Exception safety

No-throw guarantee.

Complexity

Constant.


PrevUpHomeNext