Let's assume I have a function that accepts a container and uses the .insert or .find on it, meaning it is either unordered associative container, or associative container.
Is there a common C++ name for this kind of containers?
Let's assume I have a function that accepts a container and uses the .insert or .find on it, meaning it is either unordered associative container, or associative container.
Is there a common C++ name for this kind of containers?