Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
empty()

Query if the container is empty.

Synopsis
bool empty()
Modifier(s)

const

Returns

true if the container is empty.

Throws

Nothing.


PrevUpHomeNext