Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/activeloopai/deeplake
/ static_cast_
Method
static_cast_
cpp/nd/array.hpp:788–792 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
786
787
template <typename T>
788
inline const T* static_cast_() const
789
{
790
const auto* h = static_cast<const concrete_holder_<T>*>(holder());
791
return &h->impl_;
792
}
793
794
inline holder_* holder() noexcept
795
{
Callers
nothing calls this directly
Calls
1
holder
Class · 0.70
Tested by
no test coverage detected