Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Apress/beginning-cpp20
/ Array
Method
Array
Exercises/NoModules/Chapter 21/Soln21_06/Array.h:58–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
// Forwarding default constructor template
57
template <typename T>
58
Array<T>::Array() : Array{0}
59
{}
60
61
// Constructor template
62
template <typename T>
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected