/
| 123 | |
| 124 | /*****************************************************/ |
| 125 | T* ptr() |
| 126 | { |
| 127 | return &memory[0] + cookie_size; |
| 128 | } |
| 129 | |
| 130 | /*****************************************************/ |
| 131 | T& operator[]( size_t index ) { |
no outgoing calls
no test coverage detected