MCPcopy Create free account
hub / github.com/AMReX-Codes/amrex / operator[]

Method operator[]

Src/Base/AMReX_BoxArray.cpp:887–891  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

885}
886
887Box
888BoxArray::operator[] (const MFIter& mfi) const noexcept
889{
890 return (*this)[mfi.index()];
891}
892
893bool
894BoxArray::ok () const

Callers 2

operator==Method · 0.95
FB_local_add_cpuMethod · 0.45

Calls 1

indexMethod · 0.45

Tested by

no test coverage detected