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_05A/Array.h:37–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
// Forwarding default constructor template
36
template <typename T>
37
Array<T>::Array() : Array{0}
38
{}
39
40
// Constructor template
41
template <typename T>
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected