This template, passed the type of one of the bound arguments to a function object, yields: * if the specified t_BOUND_TYPE is a place holder, the index of the place holder object * zero otherwise
Declared in <bdlf_bind.h>
template<class t_BOUND_TYPE>
struct Bind_PlaceHolderIndex;
| Name | Description |
|---|---|
Unnamed enum | Place-holder index for non-placeholder bound arguments. |
| Name | Description |
|---|---|
Bind_PlaceHolderIndex<PlaceHolder<INDEX>> | This specialization of Bind_PlaceHolderIndex defines a numeric value for the place-holder at the specified INDEX of the bound arguments. |