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 5c18edd commit 7126096Copy full SHA for 7126096
excersize/ch16.md
@@ -88,7 +88,7 @@ T* end(const T (&arr)[N])
88
解:
89
90
```cpp
91
-template<typename T, typename N> constexpr
+template<typename T, unsigned N> constexpr
92
unsigned size(const T (&arr)[N])
93
{
94
return N;
0 commit comments