Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JDAI-CV/DNNLibrary
/ as
Function
as
include/common/optional.h:694–697 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
692
693
template <typename U>
694
U * as()
695
{
696
return reinterpret_cast<U*>( ptr() );
697
}
698
699
template <typename U>
700
U const * as() const
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected