Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
rows::front

Returns the first row.

Synopsis
row_view
front() const;
Preconditions

this->size() > 0

Exception safety

No-throw guarantee.

Complexity

Constant.


PrevUpHomeNext