Skip to content

Conversation

elbeno
Copy link
Contributor

@elbeno elbeno commented Sep 12, 2025

Problem:

  • Iterating a type_map is fine using template_for_each but it's difficult to extract the first and second (or key and value) types.

Solution:

  • Add first_type and second_type to type_pair.
  • Add key_type and value_type to type_pair.

Problem:
- Iterating a `type_map` is fine using `template_for_each` but it's difficult to
  extract the first and second (or key and value) types.

Solution:
- Add `first_type` and `second_type` to `type_pair`.
- Add `key_type` and `value_type` to `type_pair`.
@elbeno elbeno merged commit cc3d354 into intel:main Sep 12, 2025
46 checks passed
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