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

Function allow_null

include/win/boost/python/handle.hpp:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22template <class T>
23inline null_ok<T>* allow_null(T* p)
24{
25 return (null_ok<T>*)p;
26}
27
28namespace detail
29{

Callers 2

sliceMethod · 0.85
adoptMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected