std::mem_fun_ref_t, std::mem_fun1_ref_t, std::const_mem_fun_ref_t, std::const_mem_fun1_ref_t
![]() |
Questa pagina è stata tradotta in modo automatico dalla versione in ineglese della wiki usando Google Translate.
La traduzione potrebbe contenere errori e termini strani. Muovi il puntatore sopra al testo per vedere la versione originale. Puoi aiutarci a correggere gli gli errori. Per ulteriori istruzioni clicca qui. |
template< class S, class T > class mem_fun_ref_t : public unary_function<T, S> { |
(1) | (deprecato) |
template< class S, class T, class A > class mem_fun1_ref_t : public binary_function<T, A, S> { |
(2) | (deprecato) |
template< class S, class T > class const_mem_fun_ref_t : public unary_function<T, S> { |
(3) | (deprecato) |
template< class S, class T, class A > class const_mem_fun1_ref_t : public binary_function<T, A, S> { |
(4) | (deprecato) |
You can help to correct and verify the translation. Click here for instructions.
This section is incomplete |