Lumiera
0.pre.03
»edit your freedom«
|
#include "lib/meta/typelist-manip.hpp"
build a list-of lists, where each element of the first arg list gets in turn prepended to all elements of the second arg list.
Can be used to build all possible combinations from two sources, i.e. the Cartesian product.
Definition at line 270 of file typelist-manip.hpp.
Public Types | |
typedef PrefixAll< TY1, TY2 >::List | List |
Definition at line 270 of file typelist-manip.hpp.