This partial specialization of Bind_Evaluator provides an argument evaluator that substitutes the place-holder at position t_INDEX with the corresponding element in the specified t_ARG_TUPLE.
Declared in <bdlf_bind.h>
template<
int t_INDEX,
class t_ARG_TUPLE>
struct Bind_Evaluator<PlaceHolder<t_INDEX>, t_ARG_TUPLE>;
| Name |
|---|
ReturnType |
| Name | Description |
|---|---|
eval | eval overloads |