alpaka-group / llama

A Low-Level Abstraction of Memory Access
https://llama-doc.rtfd.io/
Mozilla Public License 2.0
80 stars 10 forks source link

Support RecordRef::at<"str">() #757

Closed bernhardmgruber closed 1 year ago

bernhardmgruber commented 1 year ago

This adds an alternative access syntax when record dimension reflection is available.

codecov[bot] commented 1 year ago

Codecov Report

Merging #757 (7946025) into develop (6564102) will decrease coverage by 0.02%. Report is 1 commits behind head on develop. The diff coverage is 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #757 +/- ## =========================================== - Coverage 98.78% 98.77% -0.02% =========================================== Files 75 75 Lines 7234 7251 +17 =========================================== + Hits 7146 7162 +16 - Misses 88 89 +1 ```