Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add structured binding support to GpuTuple (AMReX-Codes#3977)
## Summary This PR adds C++17 structured binding support to `amrex::GpuTuple`. ## Additional background See case 2 in https://en.cppreference.com/w/cpp/language/structured_binding. Note that structured bindings will also use the existing `amrex::get`.
- Loading branch information