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 b5e90c4 commit 0f39561Copy full SHA for 0f39561
book/en-us/02-usability.md
@@ -87,9 +87,8 @@ So, develop the habit of using `nullptr` directly.
87
In addition, in the above code, we used `decltype` and
88
`std::is_same` which are modern C++ syntax.
89
In simple terms, `decltype` is used for type derivation,
90
-and `std::is_same` is used.
91
-To compare the equality of the two types,
92
-we will discuss them in detail later in the [decltype](#decltype) section.
+and `std::is_same` is used to compare the equality of the two types.
+We will discuss them in detail later in the [decltype](#decltype) section.
93
94
### constexpr
95
0 commit comments