Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
rows::back

Returns the last row.

Synopsis
row_view
back() const;
Preconditions

this->size() > 0

Exception safety

No-throw guarantee.

Complexity

Constant.


PrevUpHomeNext