From Jason Turner

[expos.only.types]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmp2txmlcuz/{from.md → to.md} +0 -19
tmp/tmp2txmlcuz/{from.md → to.md} RENAMED
@@ -1,19 +0,0 @@
1
- ##### Exposition-only types <a id="expos.only.types">[[expos.only.types]]</a>
2
-
3
- Several types defined in [[support]] through [[thread]] and [[depr]] are
4
- defined for the purpose of exposition. The declaration of such a type is
5
- followed by a comment ending in *exposition only*.
6
-
7
- [*Example 1*:
8
-
9
- ``` cpp
10
- namespace std {
11
- extern "C" using some-handler = int(int, void*, double); // exposition only
12
- }
13
- ```
14
-
15
- The type placeholder `some-handler` can now be used to specify a
16
- function that takes a callback parameter with C language linkage.
17
-
18
- — *end example*]
19
-