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