| 849 | } |
| 850 | |
| 851 | [[nodiscard]] auto get_allocator() const -> allocator_type { |
| 852 | return allocator_type{m_blocks.get_allocator()}; |
| 853 | } |
| 854 | |
| 855 | template <class... Args> |
| 856 | auto emplace_back(Args&&... args) -> reference { |
no outgoing calls
no test coverage detected