Namespaces
Variants
Views
Actions

std::placeholders

From cppreference.com
< cpp‎ | utility‎ | functional
Revision as of 12:30, 4 October 2011 by Cubbi (Talk | contribs)

Template:cpp/utility/functional/sidebar Template:ddcl list begin <tr class="t-dsc-header">

<td>
Defined in header <functional>
</td>

<td></td> <td></td> </tr> Template:ddcl list namespace <tr class="t-dcl ">

<td class="t-dcl-nopad">
extern /*unspecified*/ _1;

extern /*unspecified*/ _2;
.
.

extern /*unspecified*/ _N;
</td>

<td class="t-dcl-nopad"> </td> <td class="t-dcl-nopad"> </td> </tr> Template:ddcl list end

The Template:cpp namespace contains the placeholder objects [_1, . . . _N] where N represents an implementation defined number for maximum replaceable function arguments.

Example

Template:example cpp