You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Halfway down the page is the sentence "Notice that you need to provide only a single template parameter, the return type, upon instantiation (1)(4)."
"Instantiation" seems to refer to the instantiation of the template function, which occurs on the lines marked (2) and (5). Lines (1) and (4) create the integers on which the template functions will operate.
The text was updated successfully, but these errors were encountered:
Halfway down the page is the sentence "Notice that you need to provide only a single template parameter, the return type, upon instantiation (1)(4)."
"Instantiation" seems to refer to the instantiation of the template function, which occurs on the lines marked (2) and (5). Lines (1) and (4) create the integers on which the template functions will operate.
The text was updated successfully, but these errors were encountered: