Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
rows::empty

Returns true if there are no rows in the collection (i.e. this->size() == 0)

Synopsis
bool
empty() const noexcept;
Exception safety

No-throw guarantee.

Complexity

Constant.


PrevUpHomeNext