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

Method Sum

15-Memory Management/code/pimpl/test.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40SomeComplexClass::~SomeComplexClass() = default;
41
42float SomeComplexClass::Sum() const noexcept
43{
44 return static_cast<float>(impl_->a) + impl_->b;
45}
46
47float SomeComplexClass::Prod() const noexcept
48{

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected