Namespaces
Variants
Views
Actions

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

From cppreference.com
(Add missing "unary" case (dsc_mem_fun_ref_t already had this correct))
Line 1: Line 1:
{{dsc tclass | cpp/utility/functional/mem_fun_t | title=mem_fun_t<br>mem_fun1_t<br>const_mem_fun_t<br>const_mem_fun1_t | wrapper for a pointer to nullary member function, callable with a pointer to object | notes={{mark deprecated}}<br>{{mark deprecated}}<br>{{mark deprecated}}<br>{{mark deprecated}} }}
+
{{dsc tclass | cpp/utility/functional/mem_fun_t | title=mem_fun_t<br>mem_fun1_t<br>const_mem_fun_t<br>const_mem_fun1_t | wrapper for a pointer to nullary or unary member function, callable with a pointer to object | notes={{mark deprecated}}<br>{{mark deprecated}}<br>{{mark deprecated}}<br>{{mark deprecated}} }}

Revision as of 12:12, 4 July 2013

|- class="t-dsc"

|
(deprecated)(deprecated)(deprecated)(deprecated)

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