std::mem_fun_t, std::mem_fun1_t, std::const_mem_fun_t, std::const_mem_fun1_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_t : public unary_function<T*, S> { |
(1) | (廃止予定) |
| template< class S, class T, class Arg > class mem_fun1_t : public binary_function<T*, A, S> { |
(2) | (廃止予定) |
| template< class S, class T > class const_mem_fun_t : public unary_function<const T*, S> { |
(3) | (廃止予定) |
| template< class S, class T, class A > class const_mem_fun1_t : public binary_function<const T*, A, S> { |
(4) | (廃止予定) |
You can help to correct and verify the translation. Click here for instructions.
| This section is incomplete |