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

Method operator==

Src/Base/AMReX_BoxArray.cpp:516–521  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

514}
515
516bool
517BoxArray::operator== (const BoxArray& rhs) const noexcept
518{
519 return m_bat == rhs.m_bat &&
520 (m_ref == rhs.m_ref || m_ref->m_abox == rhs.m_ref->m_abox);
521}
522
523bool
524BoxArray::operator!= (const BoxArray& rhs) const noexcept

Callers

nothing calls this directly

Calls 3

operator[]Method · 0.95
sizeFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected