std::mem_fun_ref_t, std::mem_fun1_ref_t, std::const_mem_fun_ref_t, std::const_mem_fun1_ref_t
![]() |
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
template< class S, class T > class mem_fun_ref_t : public unary_function<T, S> { |
(1) | (obsoleta) |
template< class S, class T, class A > class mem_fun1_ref_t : public binary_function<T, A, S> { |
(2) | (obsoleta) |
template< class S, class T > class const_mem_fun_ref_t : public unary_function<T, S> { |
(3) | (obsoleta) |
template< class S, class T, class A > class const_mem_fun1_ref_t : public binary_function<T, A, S> { |
(4) | (obsoleta) |
You can help to correct and verify the translation. Click here for instructions.
Esta seção está incompleta |