From Jason Turner

[meta.general]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmpvvp7yxm6/{from.md → to.md} +14 -0
tmp/tmpvvp7yxm6/{from.md → to.md} RENAMED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ## General <a id="meta.general">[[meta.general]]</a>
2
+
3
+ This Clause describes metaprogramming facilities. These facilities are
4
+ summarized in [[meta.summary]].
5
+
6
+ **Table: Metaprogramming library summary** <a id="meta.summary">[meta.summary]</a>
7
+
8
+ | Subclause | | Header |
9
+ | --------------- | ------------------- | --------------- |
10
+ | [[intseq]] | Integer sequences | `<utility>` |
11
+ | [[type.traits]] | Type traits | `<type_traits>` |
12
+ | [[ratio]] | Rational arithmetic | `<ratio>` |
13
+
14
+