Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
template <typename T>
35
Array<T>::Array() : Array{0}
36
{}
37
38
// Constructor template
39
template <typename T>
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected