Difference between revisions of "Template:cpp/utility/functional/dsc mem fun"
From cppreference.com
m |
|||
Line 1: | Line 1: | ||
− | {{dsc tfun | cpp/utility/functional/mem_fun | creates a wrapper from a pointer to member function, callable with a pointer to object| notes={{mark|deprecated in C++11}}<br/>{{mark | + | {{dsc tfun | cpp/utility/functional/mem_fun | creates a wrapper from a pointer to member function, callable with a pointer to object| notes={{mark|deprecated in C++11}}<br/>{{mark until c++17|removed=yes}} }} |
Revision as of 00:29, 21 October 2017
|- class="t-dsc"
|(deprecated in C++11)(removed in C++17)
| creates a wrapper from a pointer to member function, callable with a pointer to object
(function template)
|-