Return the fourteenth value from the specified argument tuple.
Declared in <bdlf_bind.h>
static
ReturnType
eval(
t_ARG_TUPLE& argTuple,
PlaceHolder<14> const& placeHolder);
the fourteenth argument from argTuple
| Name | Description |
|---|---|
| argTuple | invocation argument tuple |
| placeHolder | place-holder selecting argument 14 |