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

Method ~erasure

include/function2/function2.hpp:1200–1202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1198 }
1199
1200 ~erasure() {
1201 vtable_.weak_destroy(this->opaque_ptr(), capacity());
1202 }
1203
1204 FU2_DETAIL_CXX14_CONSTEXPR erasure&
1205 operator=(std::nullptr_t) noexcept(Property::is_strong_exception_guaranteed) {

Callers

nothing calls this directly

Calls 2

weak_destroyMethod · 0.80
opaque_ptrMethod · 0.80

Tested by

no test coverage detected