Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
50
template <class U>
51
object object_operators<U>::operator()() const
52
{
53
object_cref2 f = *static_cast<U const*>(this);
54
return call<object>(f.ptr());
55
}
56
57
58
template <class U>
Callers
nothing calls this directly
Calls
1
ptr
Method · 0.45
Tested by
no test coverage detected