MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / ptr

Function ptr

include/win/boost/python/ptr.hpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33template<class T>
34inline pointer_wrapper<T> ptr(T t)
35{
36 return pointer_wrapper<T>(t);
37}
38
39template<typename T>
40class is_pointer_wrapper

Callers 14

fetch_sync_items_loopMethod · 0.85
fetch_items_loopMethod · 0.85
base_get_item_helperMethod · 0.85
~static_move_ptrMethod · 0.85
getMethod · 0.85
static_move_ptrClass · 0.85
operator->Method · 0.85
releaseMethod · 0.85
resetMethod · 0.85
optionalMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected