MCPcopy Create free account
hub / github.com/CrowCpp/Crow / OnlyMoveConstructor

Class OnlyMoveConstructor

tests/unittest.cpp:1037–1042  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1035} // local_middleware
1036
1037struct OnlyMoveConstructor
1038{
1039 OnlyMoveConstructor(int) {}
1040 OnlyMoveConstructor(const OnlyMoveConstructor&) = delete;
1041 OnlyMoveConstructor(OnlyMoveConstructor&&) = default;
1042};
1043
1044TEST_CASE("app_constructor")
1045{

Callers 1

unittest.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected