Size and capacity#
-
size_type size() const
Returns the number of elements in
*this. The value is equal to the number of distinct threads that have calledlocal()after*thiswas constructed or most recently cleared.
-
bool empty() const
Returns
trueif the container is empty;false, otherwise.