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

Modernize trivial tuple #5268

Merged

Conversation

ikbuibui
Copy link
Contributor

@ikbuibui ikbuibui commented Feb 6, 2025

Implementation of a trivially copyable tuple
Add tuple_size_v
Passes paramters by forwarding
Added forward as tuple and tie
uses stl index sequence instead of self written metafunctions

@ikbuibui ikbuibui added the component: PMacc in PMacc label Feb 6, 2025
@ikbuibui ikbuibui changed the title Modernize tuple Modernize trivial tuple Feb 6, 2025
@ikbuibui ikbuibui added this to the 0.9.0 / next stable milestone Feb 6, 2025
@ikbuibui ikbuibui force-pushed the modern_tuple branch 4 times, most recently from 5f0ec43 to 0f032c3 Compare February 7, 2025 09:58
@psychocoderHPC psychocoderHPC added the refactoring code change to improve performance or to unify a concept but does not change public API label Feb 10, 2025
@psychocoderHPC psychocoderHPC merged commit 07891fd into ComputationalRadiationPhysics:dev Feb 10, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: PMacc in PMacc refactoring code change to improve performance or to unify a concept but does not change public API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants