MCPcopy 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

goMethod · 0.80
castMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected