MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / operator()

Method operator()

include/win/boost/python/object_operators.hpp:51–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49
50template <class U>
51object object_operators<U>::operator()() const
52{
53 object_cref2 f = *static_cast<U const*>(this);
54 return call<object>(f.ptr());
55}
56
57
58template <class U>

Callers

nothing calls this directly

Calls 1

ptrMethod · 0.45

Tested by

no test coverage detected