GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
deductionguidesforstd::reference_wrapper(3) C++ Standard Libary deductionguidesforstd::reference_wrapper(3)

deductionguidesforstd::reference_wrapper - deductionguidesforstd::reference_wrapper


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.


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 to Behavior as published Correct behavior
LWG 2981 C++17 a redundant deduction guide from removed
reference_wrapper<T> was provided
LWG 2993 C++17 defect resolution removed a constructor added deduction guide
used for class template argument deduction to compensate

2022.07.31 http://cppreference.com

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.