eval overloads
Declared in <bdlf_bind.h>
Return the first value from the specified argument tuple.
static
ReturnType
eval(
t_ARG_TUPLE& argTuple,
PlaceHolder<1> const& placeHolder);
» more...
Return the tenth value from the specified argument tuple.
static
ReturnType
eval(
t_ARG_TUPLE& argTuple,
PlaceHolder<10> const& placeHolder);
» more...
Return the eleventh value from the specified argument tuple.
static
ReturnType
eval(
t_ARG_TUPLE& argTuple,
PlaceHolder<11> const& placeHolder);
» more...
Return the twelfth value from the specified argument tuple.
static
ReturnType
eval(
t_ARG_TUPLE& argTuple,
PlaceHolder<12> const& placeHolder);
» more...
Return the thirteenth value from the specified argument tuple.
static
ReturnType
eval(
t_ARG_TUPLE& argTuple,
PlaceHolder<13> const& placeHolder);
» more...
Return the fourteenth value from the specified argument tuple.
static
ReturnType
eval(
t_ARG_TUPLE& argTuple,
PlaceHolder<14> const& placeHolder);
» more...
Return the second value from the specified argument tuple.
static
ReturnType
eval(
t_ARG_TUPLE& argTuple,
PlaceHolder<2> const& placeHolder);
» more...
Return the third value from the specified argument tuple.
static
ReturnType
eval(
t_ARG_TUPLE& argTuple,
PlaceHolder<3> const& placeHolder);
» more...
Return the fourth value from the specified argument tuple.
static
ReturnType
eval(
t_ARG_TUPLE& argTuple,
PlaceHolder<4> const& placeHolder);
» more...
Return the fifth value from the specified argument tuple.
static
ReturnType
eval(
t_ARG_TUPLE& argTuple,
PlaceHolder<5> const& placeHolder);
» more...
Return the sixth value from the specified argument tuple.
static
ReturnType
eval(
t_ARG_TUPLE& argTuple,
PlaceHolder<6> const& placeHolder);
» more...
Return the seventh value from the specified argument tuple.
static
ReturnType
eval(
t_ARG_TUPLE& argTuple,
PlaceHolder<7> const& placeHolder);
» more...
Return the eighth value from the specified argument tuple.
static
ReturnType
eval(
t_ARG_TUPLE& argTuple,
PlaceHolder<8> const& placeHolder);
» more...
Return the ninth value from the specified argument tuple.
static
ReturnType
eval(
t_ARG_TUPLE& argTuple,
PlaceHolder<9> const& placeHolder);
» more...
argTupleargTupleargTupleargTupleargTupleargTupleargTupleargTupleargTupleargTupleargTupleargTupleargTupleargTuple| Name | Description |
|---|---|
| argTuple | invocation argument tuple |
| placeHolder | place-holder selecting argument 1 |