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

Method Array

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected