std::placeholders
From cppreference.com
Template:cpp/utility/functional/sidebar Template:ddcl list begin <tr class="t-dsc-header">
<td>Defined in header
</td>
<functional>
<td></td> <td></td> </tr> Template:ddcl list namespace <tr class="t-dcl ">
<td class="t-dcl-nopad">extern /*unspecified*/ _1;
</td>
extern /*unspecified*/ _2;
.
.
<td class="t-dcl-nopad"> </td> <td class="t-dcl-nopad"> </td> </tr> Template:ddcl list end
This section is incomplete |
The Template:cpp namespace contains the placeholder objects [_1, . . . _N]
where N
represents an implementation defined number for maximum replaceable function arguments.