Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ThePhD/sol2
/ operator()
Method
operator()
include/sol/stack_reference.hpp:307–310 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
305
using is_transparent = std::true_type;
306
307
result_type operator()(const argument_type& lhs) const noexcept {
308
std::hash<const void*> h;
309
return h(lhs.pointer());
310
}
311
};
312
} // namespace sol
313
Callers
nothing calls this directly
Calls
1
pointer
Method · 0.45
Tested by
no test coverage detected