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

Function borrowed

include/win/boost/python/borrowed.hpp:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13template <class T>
14inline python::detail::borrowed<T>* borrowed(T* p)
15{
16 return (detail::borrowed<T>*)p;
17}
18
19}} // namespace boost::python
20

Callers 2

sliceMethod · 0.70
keywords<1>Class · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected