* @brief Returns the number of elements in the container. * @return The number of elements in the container. */
| 502 | * @return The number of elements in the container. |
| 503 | */ |
| 504 | size_type size() const |
| 505 | { |
| 506 | return mData.size(); |
| 507 | } |
| 508 | |
| 509 | /** |
| 510 | * @brief Returns the maximum possible number of elements the container can hold. |
no outgoing calls
no test coverage detected