MCPcopy Create free account
hub / github.com/AMReX-Codes/amrex / IntVectSplit_imp

Function IntVectSplit_imp

Src/Base/AMReX_IntVect.H:1221–1225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1219
1220 template<class T, std::size_t...Ns>
1221 AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE constexpr
1222 T IntVectSplit_imp (T& retval, std::index_sequence<Ns...>, const int * src) noexcept {
1223 (IntVectSplit_imp2(amrex::get<Ns>(retval), src), ...);
1224 return retval;
1225 }
1226
1227 template<int...dims>
1228 AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE constexpr

Calls 1

IntVectSplit_imp2Function · 0.85

Tested by

no test coverage detected