Template:cpp/container/param list Allocator
From cppreference.com
|- class="t-par"
| Allocator
| -
| An allocator that is used to acquire/release memory and to construct/destroy the elements in that memory. The type must meet the requirements of Allocator. The behavior is undefined(until C++20)The program is ill-formed(since C++20) if Allocator::value_type
is not the same as T
.