Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Apress/beginning-cpp20
/ Pair
Method
Pair
Exercises/NoModules/Chapter 17/Soln17_02/Pair.h:30–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
// Constructor
29
template <typename First, typename Second>
30
Pair<First, Second>::Pair(const First& f, const Second& s)
31
: first{f}, second{s}
32
{}
33
34
#endif
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected