Function sequant::eval::detail::lifetime_mask_intersect_in_place¶
Defined in File lifetime_mask.hpp
Function Documentation¶
-
inline void sequant::eval::detail::lifetime_mask_intersect_in_place(container::svector<Index> &acc, container::svector<Index> const &other)¶
Intersect
accin place withotherbyIndexidentity (operator==): keep only elements ofaccthat also appear inother, preservingacc'sorder. Used to accumulate the cross-occurrence meet.