Returns a copy of the allocator associated with this buffer.
| 882 | |
| 883 | // Returns a copy of the allocator associated with this buffer. |
| 884 | auto get_allocator() const -> Allocator { return alloc_; } |
| 885 | |
| 886 | /// Resizes the buffer to contain `count` elements. If T is a POD type new |
| 887 | /// elements may not be initialized. |
nothing calls this directly
no outgoing calls
no test coverage detected