MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / MyVector

Method MyVector

tests/ClassOperatorHandler9Test.cpp:12–15  ·  view source on GitHub ↗

MyVector with initial size

Source from the content-addressed store, hash-verified

10public:
11 // MyVector with initial size
12 MyVector(const std::size_t n)
13 : v(n)
14 {
15 }
16
17 // MyVector with initial size and value
18 MyVector(const std::size_t n, const double initialValue)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected