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

Method Prod

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

Source from the content-addressed store, hash-verified

45}
46
47float SomeComplexClass::Prod() const noexcept
48{
49 return impl_->InnerProd();
50}

Callers

nothing calls this directly

Calls 1

InnerProdMethod · 0.80

Tested by

no test coverage detected