tmp/tmpqb_i10x6/{from.md → to.md}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
## Type names <a id="dcl.name">[[dcl.name]]</a>
|
| 2 |
|
| 3 |
To specify type conversions explicitly, and as an argument of `sizeof`,
|
| 4 |
`alignof`, `new`, or `typeid`, the name of a type shall be specified.
|
| 5 |
This can be done with a *type-id*, which is syntactically a declaration
|
| 6 |
for a variable or function of that type that omits the name of the
|
|
@@ -70,8 +70,8 @@ pointers to `int`”, “pointer to array of 3 `int`”, “function of (no
|
|
| 70 |
parameters) returning pointer to `int`”, and “pointer to a function of
|
| 71 |
(`double`) returning `int`”.
|
| 72 |
|
| 73 |
— *end example*]
|
| 74 |
|
| 75 |
-
A type can also be named (often more easily) by using a `typedef`
|
| 76 |
-
[[dcl.typedef]]
|
| 77 |
|
|
|
|
| 1 |
+
### Type names <a id="dcl.name">[[dcl.name]]</a>
|
| 2 |
|
| 3 |
To specify type conversions explicitly, and as an argument of `sizeof`,
|
| 4 |
`alignof`, `new`, or `typeid`, the name of a type shall be specified.
|
| 5 |
This can be done with a *type-id*, which is syntactically a declaration
|
| 6 |
for a variable or function of that type that omits the name of the
|
|
|
|
| 70 |
parameters) returning pointer to `int`”, and “pointer to a function of
|
| 71 |
(`double`) returning `int`”.
|
| 72 |
|
| 73 |
— *end example*]
|
| 74 |
|
| 75 |
+
A type can also be named (often more easily) by using a `typedef`
|
| 76 |
+
[[dcl.typedef]].
|
| 77 |
|