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

Method Array

Examples/NoModules/Chapter 18/Ex18_07/Array.h:35–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33// Forwarding default constructor template
34template <typename T>
35Array<T>::Array() : Array{0}
36{}
37
38// Constructor template
39template <typename T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected