We have list.contains() methods in C# which enables user to search specified content in given list.I just want to know which data structure in C++ offers same functionality.I am aware of looping & comparing content technique but I think if I got something like this then things would be much better.