Enquire Now

Tags: reference-wrapper

std::reference_wrapper in C++11 is a copyable and assignable wrapper around a reference to an object. It is returned by the std::ref and std::cref functions.

0 Questions