Pages

20 September, 2023

Why is c++ std::forward always return right value without template

I am trying to understand c++ perfect forwarding, and I do experiments with the following code: #include #include using namespace std; void inner(int&) {cout

No comments:

Post a Comment

Thanks