eval overloads
Synopses
Declared in <bdlf_bind.h>
Return the first value from the specified argTuple.
static
ReturnType
eval(
t_ARG_TUPLE& argTuple,
PlaceHolder<1> const&);
Return the tenth value from the specified argTuple.
static
ReturnType
eval(
t_ARG_TUPLE& argTuple,
PlaceHolder<10> const&);
Return the eleventh value from the specified argTuple.
static
ReturnType
eval(
t_ARG_TUPLE& argTuple,
PlaceHolder<11> const&);
Return the twelfth value from the specified argTuple.
static
ReturnType
eval(
t_ARG_TUPLE& argTuple,
PlaceHolder<12> const&);
Return the thirteenth value from the specified argTuple.
static
ReturnType
eval(
t_ARG_TUPLE& argTuple,
PlaceHolder<13> const&);
Return the fourteenth value from the specified argTuple.
static
ReturnType
eval(
t_ARG_TUPLE& argTuple,
PlaceHolder<14> const&);
Return the second value from the specified argTuple.
static
ReturnType
eval(
t_ARG_TUPLE& argTuple,
PlaceHolder<2> const&);
Return the third value from the specified argTuple.
static
ReturnType
eval(
t_ARG_TUPLE& argTuple,
PlaceHolder<3> const&);
Return the fourth value from the specified argTuple.
static
ReturnType
eval(
t_ARG_TUPLE& argTuple,
PlaceHolder<4> const&);
Return the fifth value from the specified argTuple.
static
ReturnType
eval(
t_ARG_TUPLE& argTuple,
PlaceHolder<5> const&);
Return the sixth value from the specified argTuple.
static
ReturnType
eval(
t_ARG_TUPLE& argTuple,
PlaceHolder<6> const&);
Return the seventh value from the specified argTuple.
static
ReturnType
eval(
t_ARG_TUPLE& argTuple,
PlaceHolder<7> const&);
Return the eighth value from the specified argTuple.
static
ReturnType
eval(
t_ARG_TUPLE& argTuple,
PlaceHolder<8> const&);
Return the ninth value from the specified argTuple.
static
ReturnType
eval(
t_ARG_TUPLE& argTuple,
PlaceHolder<9> const&);
Created with MrDocs