Return current length of list
| 177 | |
| 178 | // Return current length of list |
| 179 | size_t length() const { |
| 180 | return length_; |
| 181 | } |
| 182 | |
| 183 | // Return the maximum length of the list. |
| 184 | size_t max_length() const { |
no outgoing calls
no test coverage detected