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

Method Array

Exercises/NoModules/Chapter 17/Soln17_01/Array.h:31–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29// Forwarding default constructor template
30template <typename T>
31Array<T>::Array() : Array{0}
32{}
33
34// Constructor template
35template <typename T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected