Tatooine
Modules | Classes
Collaboration diagram for Set:

Modules

 insert
 
 constructor
 
 size
 
 at
 
 contains
 

Classes

struct  tatooine::type_set_impl< Ts >
 Inherits from a type_list with only unique types. More...
 

Detailed Description

A type set can be constructed with tatooine::type_set which constructs a tatooine::type_set_impl with no redundant types:

typename type_set_constructor< type_list<>, Ts... >::type type_set
Definition: type_set.h:132

list is of type tatooine::type_set_impl and holds int, double and float.