MCPcopy Create free account
hub / github.com/Dobiasd/FunctionalPlus / foo

Method foo

test/maybe_test.cpp:31–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30struct foo {
31 explicit foo(int) { msgs_.push_back("ctor"); }
32 foo(const foo&) { msgs_.push_back("copyctor"); }
33 foo(foo&&) noexcept { msgs_.push_back("movector"); }
34 foo& operator=(const foo&)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected