23
General utilities library
[utilities]
23.7
Variants
[variant]
23.7.1
In general
[variant.general]
1
#
A variant object holds and manages the lifetime of a value
.
If the
variant
holds a value, that value's type has to be one of the template argument types given to variant
.
These template arguments are called alternatives
.