💾 trunk/7029dbea3cf43a16b69110f760bfa27956930f24: Run clang-tidy with readability-container-contains (#179436)
Nachrichtenbereich: 💾 Downloads
🔗 Quelle: github.com
C++20 provides a contains member function for all associative containers.
Prior to C++20, the common pattern to check if an element is a member of a
container was to either container.find(key) !=... [Weiterlesen]