Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
results::size

Returns the number of resultsets that this collection contains.

Synopsis
std::size_t
size() const;
Preconditions

this->has_value() == true

Exception safety

No-throw guarantee.

Complexity

Constant.


PrevUpHomeNext