What is the use of the allocator interface in the user-defined container?
(a) Storage management
(b) Memory management
(c) Storage & Memory management
(d) Iterator management
I have been asked this question in homework.
The origin of the question is Defining a New Container topic in section Class Hierarchies, Library & Containers of C++