deductionguidesforstd::reference_wrapper (3) Linux Manual Page
deductionguidesforstd::reference_wrapper – deductionguidesforstd::reference_wrapper Synopsis Defined in header <functional> template<typename T> (since C++17) reference_wrapper(T&) -> reference_wrapper<T>; One deduction_guide is provided for std::reference_wrapper to support deduction of the sole class template parameter. Example This section is incomplete Reason: no example Defect reports The following behavior-changing defect reports were applied retroactively to previously published C++ standards. DR Applied…
