Skip to content

Commit e37026a

Browse files
floventvbvictor
andauthored
Update clang-tools-extra/docs/clang-tidy/checks/modernize/use-structured-binding.rst
Co-authored-by: Baranov Victor <[email protected]>
1 parent dd9bb2a commit e37026a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang-tools-extra/docs/clang-tidy/checks/modernize/use-structured-binding.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
modernize-use-structured-binding
44
================================
55

6-
Suggests using C++17 structured bindings to decompose pairs.
6+
Finds places where structured bindings could be used to decompose pairs and
7+
suggests replacing them.
78

89
This check finds three code patterns and recommends using structured bindings for clearer, more idiomatic C++17 code.
910

0 commit comments

Comments
 (0)