jeudi 3 août 2017

Have in C++ analog ContainsKey (TKey) from C# - what is best practics?

Have in C++ analog IDictionary.ContainsKey (TKey) from C# ?

For example I have array of elements and need to know have this array some value or not ? What is best way or best practics - without "foreach" for each element ! It will be good if it's will from std library for example.

Aucun commentaire:

Enregistrer un commentaire