What is the purpose of the 'std::unordered_multiset' container in C++ STL?
A. To store multiple elements in a hash table
B. To store unique elements in a sorted sequence
C. To store unique elements in a hash table
D. To store multiple elements in a sorted sequence
Answer: Option A
Join The Discussion