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 e37026a commit 1d01ffdCopy full SHA for 1d01ffd
clang-tools-extra/docs/clang-tidy/checks/modernize/use-structured-binding.rst
@@ -20,7 +20,7 @@ This check finds three code patterns and recommends using structured bindings fo
20
21
auto [x, y] = getPair<int, int>();
22
23
-2. Use `std::tie` to decompose a pair into two predefined variables:
+2. Use ``std::tie`` to decompose a pair into two predefined variables:
24
25
.. code-block:: c++
26
0 commit comments