| 364 | } |
| 365 | |
| 366 | size_type max_size() const |
| 367 | { |
| 368 | return m_allocator.max_size(); |
| 369 | } |
| 370 | |
| 371 | /// Resizes the vector to \p size. |
| 372 | void resize(size_type size, command_queue &queue) |
nothing calls this directly
no outgoing calls
no test coverage detected