Namespaces
Variants
Views
Actions

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

From cppreference.com
(gone in c++17)
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 | wapper for a pointer to nullary or unary member function, callable with a reference to object | notes={{mark until c++17}}<br>{{mark until c++17}}<br>{{mark until c++17}}<br>{{mark until c++17}} }}
+
{{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 until c++17}}<br>{{mark until c++17}}<br>{{mark until c++17}}<br>{{mark until c++17}} }}

Revision as of 23:23, 12 September 2015

|- class="t-dsc"

|
(until C++17)(until C++17)(until C++17)(until C++17)

| wrapper for a pointer to nullary or unary member function, callable with a reference to object
(class template) |-