MCPcopy Create free account
hub / github.com/Naios/function2 / erasure

Method erasure

include/function2/function2.hpp:1146–1148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1144 }
1145
1146 FU2_DETAIL_CXX14_CONSTEXPR erasure() noexcept {
1147 vtable_.set_empty();
1148 }
1149
1150 FU2_DETAIL_CXX14_CONSTEXPR erasure(std::nullptr_t) noexcept {
1151 vtable_.set_empty();

Callers

nothing calls this directly

Calls 6

make_boxFunction · 0.85
set_emptyMethod · 0.80
moveMethod · 0.80
opaque_ptrMethod · 0.80
copyMethod · 0.80
capacityMethod · 0.45

Tested by

no test coverage detected