| 112 | return end - start; |
| 113 | } |
| 114 | size_t capacity() const { |
| 115 | return S - size(); |
| 116 | } |
| 117 | /** Returns a pointer to S consecutive elements for appending. |
| 118 | If any data is appended, you must call endIncr afterwards. |
| 119 | Pointer is invalidated when any other method is called. |
nothing calls this directly
no outgoing calls
no test coverage detected