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

Method Storage

test/noexcept-test.cpp:46–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 using Type = typename TestFixture::template left_t<void() noexcept>;
45 struct Storage {
46 Storage(Type) {
47 }
48 Storage(Storage&&) {
49 }
50 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected