MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / operator()

Method operator()

extlibs/sol3/include/sol/sol.hpp:8404–8407  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8402 typedef std::size_t result_type;
8403
8404 result_type operator()(const argument_type& lhs) const {
8405 std::hash<const void*> h;
8406 return h(lhs.pointer());
8407 }
8408 };
8409} // namespace sol
8410

Callers

nothing calls this directly

Calls 1

pointerMethod · 0.45

Tested by

no test coverage detected