Difference between revisions of "Template:cpp/utility/functional/dsc mem fun ref"
From cppreference.com
m |
Andreas Krug (Talk | contribs) m (fmt) |
||
Line 1: | Line 1: | ||
− | {{dsc tfun | cpp/utility/functional/mem_fun_ref | creates a wrapper from a pointer to member function, callable with a reference to object| notes={{mark|deprecated in C++11}}<br/>{{mark until c++17|removed=yes}} }} | + | {{dsc tfun|cpp/utility/functional/mem_fun_ref|creates a wrapper from a pointer to member function, callable with a reference to object|notes={{mark|deprecated in C++11}}<br/>{{mark until c++17|removed=yes}}}} |
Revision as of 08:38, 1 January 2024
|- class="t-dsc"
|(deprecated in C++11)(removed in C++17)
| creates a wrapper from a pointer to member function, callable with a reference to object
(function template)
|-