bool empty() const; | (since {std}) |
Checks if the container has no elements, i.e. whether begin() == end()
.
(none).
true
if the container is empty, false
otherwise.
noexcept
specification: noexcept
Constant.
returns the number of elements (public member function) |
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
http://en.cppreference.com/w/cpp/container/dynarray/empty