Stefan Scholz / ETL
Embed: (wiki syntax)

« Back to documentation index

variant

variant

A class that can contain one a several specified types in a type safe manner. More...

Data Structures

class  variant_exception
 Base exception for the variant class. More...
class  variant_incorrect_type_exception
 'Unsupported type' exception for the variant class. More...
class  variant< T1, T2, T3, T4, T5, T6, T7, T8 >
 A template class that can store any of the types defined in the template parameter list. More...

Detailed Description

A class that can contain one a several specified types in a type safe manner.