Namespaces
Variants
Views
Actions

Difference between revisions of "Template:cpp/utility/functional/dsc mem fun ref"

From cppreference.com
m
m
 
(One intermediate revision by one user not shown)
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 life|deprecated=c++11|removed=c++17|br=yes}}}}

Latest revision as of 06:35, 13 November 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) |-