Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dobiasd/FunctionalPlus
/ ~foo
Method
~foo
test/maybe_test.cpp:44–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
return *this;
43
}
44
~foo() { msgs_.push_back(
"dtor"
); }
45
static std::vector<std::string> msgs_;
46
};
47
std::vector<std::string> foo::msgs_;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected