Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Apress/beginning-cpp20
/ Array
Method
Array
Exercises/NoModules/Chapter 17/Soln17_01/Array.h:31–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
// Forwarding default constructor template
30
template <typename T>
31
Array<T>::Array() : Array{0}
32
{}
33
34
// Constructor template
35
template <typename T>
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected