LAL: Linear Arrangement Library 23.01.00
A library focused on algorithms on linear arrangements of graphs.
|
Generalization of std::conditional_list. More...
#include <conditional_list.hpp>
Public Types | |
using | type = std::conditional_t< bool_seq::num_true==0, std::nullptr_t, ith_type_t< bool_seq::index_true, type_seq > > |
The type from type_seq that is to be used according to bool_seq. | |
Generalization of std::conditional_list.
Choose a type depending on the first true value in bool_seq.
bool_seq | A sequence of Boolean values. |
type_seq | A sequence of types. |