|
| static ReturnType | eval (t_ARG_TUPLE &argTuple, const PlaceHolder< 1 > &) |
| | Return the first value from the specified argTuple.
|
| |
| static ReturnType | eval (t_ARG_TUPLE &argTuple, const PlaceHolder< 2 > &) |
| | Return the second value from the specified argTuple.
|
| |
| static ReturnType | eval (t_ARG_TUPLE &argTuple, const PlaceHolder< 3 > &) |
| | Return the third value from the specified argTuple.
|
| |
| static ReturnType | eval (t_ARG_TUPLE &argTuple, const PlaceHolder< 4 > &) |
| | Return the fourth value from the specified argTuple.
|
| |
| static ReturnType | eval (t_ARG_TUPLE &argTuple, const PlaceHolder< 5 > &) |
| | Return the fifth value from the specified argTuple.
|
| |
| static ReturnType | eval (t_ARG_TUPLE &argTuple, const PlaceHolder< 6 > &) |
| | Return the sixth value from the specified argTuple.
|
| |
| static ReturnType | eval (t_ARG_TUPLE &argTuple, const PlaceHolder< 7 > &) |
| | Return the seventh value from the specified argTuple.
|
| |
| static ReturnType | eval (t_ARG_TUPLE &argTuple, const PlaceHolder< 8 > &) |
| | Return the eighth value from the specified argTuple.
|
| |
| static ReturnType | eval (t_ARG_TUPLE &argTuple, const PlaceHolder< 9 > &) |
| | Return the ninth value from the specified argTuple.
|
| |
| static ReturnType | eval (t_ARG_TUPLE &argTuple, const PlaceHolder< 10 > &) |
| | Return the tenth value from the specified argTuple.
|
| |
| static ReturnType | eval (t_ARG_TUPLE &argTuple, const PlaceHolder< 11 > &) |
| | Return the eleventh value from the specified argTuple.
|
| |
| static ReturnType | eval (t_ARG_TUPLE &argTuple, const PlaceHolder< 12 > &) |
| | Return the twelfth value from the specified argTuple.
|
| |
| static ReturnType | eval (t_ARG_TUPLE &argTuple, const PlaceHolder< 13 > &) |
| | Return the thirteenth value from the specified argTuple.
|
| |
| static ReturnType | eval (t_ARG_TUPLE &argTuple, const PlaceHolder< 14 > &) |
| | Return the fourteenth value from the specified argTuple.
|
| |
template<int t_INDEX, class t_ARG_TUPLE>
struct bdlf::Bind_Evaluator< PlaceHolder< t_INDEX >, t_ARG_TUPLE >
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.