Return the number of elements.
std::size_t size() const;
This returns the number of elements in the container.
Constant.
No-throw guarantee.