Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
row::size

Returns the number of fields in the row.

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

No-throw guarantee.

Complexity

Constant.


PrevUpHomeNext