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

Method Array

Examples/NoModules/Chapter 18/Ex18_06/Array.h:45–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43// Forwarding default constructor template
44template <typename T>
45Array<T>::Array() : Array{0}
46{}
47
48// Constructor template
49template <typename T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected