From Jason Turner

[tab:simple.type.specifiers]

Diff to HTML by rtfpessoa

tmp/tmp7395k9ui/{from.md → to.md} RENAMED
@@ -1,11 +1,12 @@
1
  **Table: *simple-type-specifier*{s} and the types they specify** <a id="tab:simple.type.specifiers">[tab:simple.type.specifiers]</a>
2
 
3
- | | |
4
  | ---------------------- | -------------------------------------- |
5
  | *type-name* | the type named |
6
  | *simple-template-id* | the type as defined in~ [[temp.names]] |
 
7
  | char | ``char'' |
8
  | unsigned char | ``unsigned char'' |
9
  | signed char | ``signed char'' |
10
  | char16_t | ``char16_t'' |
11
  | char32_t | ``char32_t'' |
@@ -37,7 +38,8 @@
37
  | float | ``float'' |
38
  | double | ``double'' |
39
  | long double | ``long double'' |
40
  | void | ``void'' |
41
  | auto | placeholder for a type to be deduced |
 
42
  | decltype(*expression*) | the type as defined below |
43
 
 
1
  **Table: *simple-type-specifier*{s} and the types they specify** <a id="tab:simple.type.specifiers">[tab:simple.type.specifiers]</a>
2
 
3
+ | Specifier(s) | Type |
4
  | ---------------------- | -------------------------------------- |
5
  | *type-name* | the type named |
6
  | *simple-template-id* | the type as defined in~ [[temp.names]] |
7
+ | *template-name* | placeholder for a type to be deduced |
8
  | char | ``char'' |
9
  | unsigned char | ``unsigned char'' |
10
  | signed char | ``signed char'' |
11
  | char16_t | ``char16_t'' |
12
  | char32_t | ``char32_t'' |
 
38
  | float | ``float'' |
39
  | double | ``double'' |
40
  | long double | ``long double'' |
41
  | void | ``void'' |
42
  | auto | placeholder for a type to be deduced |
43
+ | decltype(auto) | placeholder for a type to be deduced |
44
  | decltype(*expression*) | the type as defined below |
45