return number of elements in map, This is the number of optionals * which are not null in the map. * @return size_t size */
| 334 | * @return size_t size |
| 335 | */ |
| 336 | size_t size() const { |
| 337 | return _size; |
| 338 | } |
| 339 | |
| 340 | /** return maximum number of elements that container can hold. |
| 341 | * @return size_t |
no outgoing calls
no test coverage detected