Which of the following statements about the map container class in the STL is NOT true?
A map is an ordered container that stores only unique key value pairs.
A map is implemented as a linked list.
A map does not allow element modification or removal.
A map has constant time complexity for element access.
This question is part of this quiz :
C++ Map and Multimap