Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
rows::begin

Returns an iterator to the first element in the collection.

Synopsis
iterator
begin() const;
Exception safety

No-throw guarantee.

Complexity

Constant.


PrevUpHomeNext