adiar icon indicating copy to clipboard operation
adiar copied to clipboard

Generalise `reduce_flags` into `tuple<bool, _>`

Open SSoelvsten opened this issue 1 year ago • 1 comments

While solving #412 , I created the reduce_flags class to hold a tuple of bool values inside of a single unsigned integer. This class should be generalised into a specialialisation of the tuple template in adiar/internal/data_types/tuple.h (with associated unit tests).

SSoelvsten avatar Mar 25 '23 08:03 SSoelvsten

This first is relevant when #479 is merged with main.

SSoelvsten avatar Apr 06 '23 10:04 SSoelvsten