From Jason Turner

[variant.general]

Diff to HTML by rtfpessoa

tmp/tmp6gfifz7r/{from.md → to.md} RENAMED
@@ -1,7 +1,10 @@
1
- ### In general <a id="variant.general">[[variant.general]]</a>
2
 
3
  A variant object holds and manages the lifetime of a value. If the
4
  `variant` holds a value, that value’s type has to be one of the template
5
  argument types given to `variant`. These template arguments are called
6
  alternatives.
7
 
 
 
 
 
1
+ ### General <a id="variant.general">[[variant.general]]</a>
2
 
3
  A variant object holds and manages the lifetime of a value. If the
4
  `variant` holds a value, that value’s type has to be one of the template
5
  argument types given to `variant`. These template arguments are called
6
  alternatives.
7
 
8
+ In [[variant]], *`GET`* denotes a set of exposition-only function
9
+ templates [[variant.get]].
10
+