Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🆕 Add apply_sequence #120

Merged
merged 1 commit into from
Jun 25, 2024
Merged

🆕 Add apply_sequence #120

merged 1 commit into from
Jun 25, 2024

Conversation

elbeno
Copy link
Contributor

@elbeno elbeno commented Jun 25, 2024

Problem:

  • Expanding a type list into a pack of template arguments involves too much call-site boilerplate.

Solution:

  • Add apply_sequence which is very similar to template_for_each, but instead of iterating the list, it passes the list contents as a pack.

Problem:
- Expanding a type list into a pack of template arguments involves too much
  call-site boilerplate.

Solution:
- Add `apply_sequence` which is very similar to `template_for_each`, but instead
  of iterating the list, it passes the list contents as a pack.
@elbeno elbeno enabled auto-merge June 25, 2024 23:11
@elbeno elbeno merged commit 2677ef6 into intel:main Jun 25, 2024
31 checks passed
@elbeno elbeno deleted the apply-sequence branch June 28, 2024 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants