| 2040 | |
| 2041 | template <class FAB> |
| 2042 | FabArray<FAB>::FabArray () noexcept |
| 2043 | : shmem() |
| 2044 | { |
| 2045 | m_FA_stats.recordBuild(); |
| 2046 | } |
| 2047 | |
| 2048 | template <class FAB> |
| 2049 | FabArray<FAB>::FabArray (Arena* a) noexcept |
nothing calls this directly
no test coverage detected