| 583 | } |
| 584 | |
| 585 | Array4<typename FabArray<FAB>::value_type const> const_array (const MFIter& mfi) const noexcept |
| 586 | requires (BaseFabType<FAB>) |
| 587 | { |
| 588 | return fabPtr(mfi)->const_array(); |
| 589 | } |
| 590 | |
| 591 | Array4<typename FabArray<FAB>::value_type const> const_array (int K) const noexcept |
| 592 | requires (BaseFabType<FAB>) |
no outgoing calls
no test coverage detected