Return the sixth value from the specified argument tuple.
Synopsis
Declared in <bdlf_bind.h>
static
ReturnType
eval(
t_ARG_TUPLE& argTuple,
PlaceHolder<6> const& placeHolder);
Return Value
the sixth argument from argTuple
Parameters
Name |
Description |
argTuple |
invocation argument tuple |
placeHolder |
place‐holder selecting argument 6 |
Created with MrDocs