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 6ca1dc1 commit 53e132eCopy full SHA for 53e132e
reference/cstdio/file.md
@@ -5,9 +5,10 @@
5
6
```cpp
7
namespace std {
8
- using FILE = /* unspecified */;
+ using FILE = unspecified;
9
}
10
```
11
+* unspecified[italic]
12
13
## 概要
14
`FILE`型は、ストリームの制御に必要な情報を持つオブジェクト型である。
reference/format/formattable.md
@@ -7,7 +7,7 @@
template <class charT>
- using fmt-iter-for = /* unspecified */;
+ using fmt-iter-for = unspecified;
template <class T, class charT>
concept formattable =
0 commit comments