BloombergLP::bdlf::Bind_Evaluator<PlaceHolder<t_INDEX>, t_ARG_TUPLE>::eval

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&);
» more...

Return the tenth value from the specified argTuple.

static
ReturnType
eval(
    t_ARG_TUPLE& argTuple,
    PlaceHolder<10> const&);
» more...

Return the eleventh value from the specified argTuple.

static
ReturnType
eval(
    t_ARG_TUPLE& argTuple,
    PlaceHolder<11> const&);
» more...

Return the twelfth value from the specified argTuple.

static
ReturnType
eval(
    t_ARG_TUPLE& argTuple,
    PlaceHolder<12> const&);
» more...

Return the thirteenth value from the specified argTuple.

static
ReturnType
eval(
    t_ARG_TUPLE& argTuple,
    PlaceHolder<13> const&);
» more...

Return the fourteenth value from the specified argTuple.

static
ReturnType
eval(
    t_ARG_TUPLE& argTuple,
    PlaceHolder<14> const&);
» more...

Return the second value from the specified argTuple.

static
ReturnType
eval(
    t_ARG_TUPLE& argTuple,
    PlaceHolder<2> const&);
» more...

Return the third value from the specified argTuple.

static
ReturnType
eval(
    t_ARG_TUPLE& argTuple,
    PlaceHolder<3> const&);
» more...

Return the fourth value from the specified argTuple.

static
ReturnType
eval(
    t_ARG_TUPLE& argTuple,
    PlaceHolder<4> const&);
» more...

Return the fifth value from the specified argTuple.

static
ReturnType
eval(
    t_ARG_TUPLE& argTuple,
    PlaceHolder<5> const&);
» more...

Return the sixth value from the specified argTuple.

static
ReturnType
eval(
    t_ARG_TUPLE& argTuple,
    PlaceHolder<6> const&);
» more...

Return the seventh value from the specified argTuple.

static
ReturnType
eval(
    t_ARG_TUPLE& argTuple,
    PlaceHolder<7> const&);
» more...

Return the eighth value from the specified argTuple.

static
ReturnType
eval(
    t_ARG_TUPLE& argTuple,
    PlaceHolder<8> const&);
» more...

Return the ninth value from the specified argTuple.

static
ReturnType
eval(
    t_ARG_TUPLE& argTuple,
    PlaceHolder<9> const&);
» more...