Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ get_ptr
Method
get_ptr
include/chaiscript/dispatchkit/boxed_value.hpp:311–314 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
309
}
310
311
void *get_ptr() const noexcept
312
{
313
return m_data->m_data_ptr;
314
}
315
316
const void *get_const_ptr() const noexcept
317
{
Callers
4
go
Method · 0.80
cast
Method · 0.80
Cast_Helper_Inner<Result &>
Class · 0.80
Cast_Helper_Inner<Result &&>
Class · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected