Difference between revisions of "Template:cpp/utility/functional/dsc mem fun ref t"
From cppreference.com
m |
YexuanXiao (Talk | contribs) m |
||
(One intermediate revision by one user not shown) | |||
Line 1: | Line 1: | ||
− | {{dsc tclass | cpp/utility/functional/mem_fun_ref_t | title=mem_fun_ref_t<br>mem_fun1_ref_t<br>const_mem_fun_ref_t<br>const_mem_fun1_ref_t | wrapper for a pointer to nullary or unary member function, callable with a reference to object | notes={{mark|deprecated | + | {{dsc tclass|cpp/utility/functional/mem_fun_ref_t|title=mem_fun_ref_t<br>mem_fun1_ref_t<br>const_mem_fun_ref_t<br>const_mem_fun1_ref_t|wrapper for a pointer to nullary or unary member function, callable with a reference to object|notes={{mark life|deprecated=c++11|removed=c++17|br=yes}}}} |
Latest revision as of 06:36, 13 November 2024
|- class="t-dsc"
|(deprecated in C++11)(removed in C++17)
| wrapper for a pointer to nullary or unary member function, callable with a reference to object
(class template)
|-