MCPcopy Create free account
hub / github.com/Apress/beginning-cpp20 / Array

Method Array

Exercises/NoModules/Chapter 21/Soln21_06/Array.h:58–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56// Forwarding default constructor template
57template <typename T>
58Array<T>::Array() : Array{0}
59{}
60
61// Constructor template
62template <typename T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected