MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / get_vtable

Function get_vtable

include/win/boost/function/function_template.hpp:684–687  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

682 vtable_type;
683
684 vtable_type* get_vtable() const {
685 return reinterpret_cast<vtable_type*>(
686 reinterpret_cast<std::size_t>(vtable) & ~static_cast<std::size_t>(0x01));
687 }
688
689 struct clear_type {};
690

Callers 6

operator()Function · 0.85
clearFunction · 0.85
assign_to_ownFunction · 0.85
move_assignFunction · 0.85
function_baseClass · 0.85
targetMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected