LAL: Linear Arrangement Library 24.10.00
A library focused on algorithms on linear arrangements of graphs.
Loading...
Searching...
No Matches
lal::detail::bool_sequence< values > Struct Template Reference

A sequence of Boolean values. More...

#include <bool_sequence.hpp>

Static Public Attributes

static constexpr std::size_t num_true = (values + ...)
 Amount of true values in the sequence.
 
static constexpr std::size_t index_true = first_true_v<values...>
 Index of the first value set to true.
 

Detailed Description

template<bool... values>
struct lal::detail::bool_sequence< values >

A sequence of Boolean values.


The documentation for this struct was generated from the following file: