Return the eleventh value from the specified argument tuple.

Synopsis

Declared in <bdlf_bind.h>

static
ReturnType
eval(
    t_ARG_TUPLE& argTuple,
    PlaceHolder<11> const& placeHolder);

Return Value

the eleventh argument from argTuple

Parameters

Name

Description

argTuple

invocation argument tuple

placeHolder

place‐holder selecting argument 11

Created with MrDocs