| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Implement MapElement for CoopMat (#7159) | Jay Kwak | 2025-05-29 |
| With this PR, MapElement works for the following signatures: - CoopMat<...>::MapElement(functype(...)); - CoopMat<...>::MapElement(capturing-lambda); - CoopMat<...>::MapElement(not-capturing-lambda); - Tuple<CoopMat<...>,...>::MapElement(functype(...)); - Tuple<CoopMat<...>,...>::MapElement(capturing-lambda); - Tuple<CoopMat<...>,...>::MapElement(not-capturing-lambda); | |||
