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

Method operator()

extlibs/sol3/include/sol/sol.hpp:9122–9125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9120
9121 template <bool lb>
9122 result_type operator()(const basic_reference<lb>& lhs) const {
9123 std::hash<const void*> h;
9124 return h(lhs.pointer());
9125 }
9126 };
9127} // namespace sol
9128

Callers

nothing calls this directly

Calls 1

pointerMethod · 0.45

Tested by

no test coverage detected