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_06/Array.h:45–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
// Forwarding default constructor template
44
template <typename T>
45
Array<T>::Array() : Array{0}
46
{}
47
48
// Constructor template
49
template <typename T>
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected