Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
rows::size

Returns the number of rows in the collection.

Synopsis
std::size_t
size() const noexcept;
Exception safety

No-throw guarantee.

Complexity

Constant.


PrevUpHomeNext