We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd9bb2a commit e37026aCopy full SHA for e37026a
clang-tools-extra/docs/clang-tidy/checks/modernize/use-structured-binding.rst
@@ -3,7 +3,8 @@
3
modernize-use-structured-binding
4
================================
5
6
-Suggests using C++17 structured bindings to decompose pairs.
+Finds places where structured bindings could be used to decompose pairs and
7
+suggests replacing them.
8
9
This check finds three code patterns and recommends using structured bindings for clearer, more idiomatic C++17 code.
10
0 commit comments