Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
row::back

Returns the last element in the row.

Synopsis
field_view
back() const noexcept;
Preconditions

this->size() > 0

Exception safety

No-throw guarantee.

Complexity

Constant.


PrevUpHomeNext