Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AMReX-Codes/amrex
/ getWeakRef
Method
getWeakRef
Src/Base/AMReX_BoxArray.cpp:1658–1662 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1656
}
1657
1658
std::weak_ptr<BARef>
1659
BoxArray::getWeakRef () const
1660
{
1661
return std::weak_ptr<BARef>{m_ref};
1662
}
1663
1664
std::shared_ptr<BARef> const&
1665
BoxArray::getSharedRef () const
Callers
1
vismf_make_dm
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected