MCPcopy Create free account
hub / github.com/Extra-Creativity/Modern-Cpp-Basics / main

Function main

15-Memory Management/code/pimpl/main.cpp:4–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#include <iostream>
3
4int main()
5{
6 SomeComplexClass obj{ 1, 2.0f };
7 std::cout << obj.Sum() << std::endl;
8 return 0;
9}

Callers

nothing calls this directly

Calls 1

SumMethod · 0.80

Tested by

no test coverage detected