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.
;
buffer_t
1 parent fc2e986 commit 7ad5b9bCopy full SHA for 7ad5b9b
2 files changed
book/en-us/02-usability.md
@@ -878,7 +878,7 @@ public:
878
void free(T& item);
879
private:
880
T data[BufSize];
881
-}
+};
882
883
buffer_t<int, 100> buf; // 100 as template parameter
884
```
book/zh-cn/02-usability.md
@@ -788,7 +788,7 @@ public:
788
789
790
791
792
793
buffer_t<int, 100> buf; // 100 作为模板参数
794
0 commit comments