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