joshhooker
2/22/2017 - 10:41 PM

Input Standard Arrays in Function without Specifying Size

Input Standard Arrays in Function without Specifying Size

template <typename T, int N, int M> function(T (&x) [N], T (&y) [M]);