Return the number of items in the stack
| 181 | |
| 182 | /// Return the number of items in the stack |
| 183 | uint64 size() const { |
| 184 | return mNbElements; |
| 185 | } |
| 186 | |
| 187 | /// Return the capacity of the stack |
| 188 | uint64 capacity() const { |
nothing calls this directly
no outgoing calls
no test coverage detected