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

Method Array

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected