| Sequence |
(C++11) |
(C++26) |
(C++26) |
(C++11) |
| Associative |
| Unordered associative |
(C++11) |
(C++11) |
(C++11) |
(C++11) |
| Adaptors |
(C++23) |
(C++23) |
(C++23) |
(C++23) |
| Views |
(C++20) |
(C++23) |
| Tables |
| Iterator invalidation |
| Member function table |
| Non-member function table |
allocator_type get_allocator() const noexcept;
|
(since C++26) | |
Returns the allocator associated with the container.
The associated allocator.
Constant.