2
Answers

What is operator T& in std::reference_wrapper<T> ?

Suri

Suri

3y
491
1

What is operator T& in std::reference_wrapper<T> ??
I can't figure it out, how to apply this operator (I don't want to use get()).
source: https://en.cppreference.com/w/cpp/utility/functional/reference_wrapper/get

Answers (2)