Return the specified bound value unchanged.

Synopsis

Declared in <bdlf_bind.h>

static
BoundType
eval(
    t_ARG_TUPLE& argTuple,
    BoundType value);

Return Value

the specified value

Parameters

Name

Description

argTuple

invocation argument tuple (unused)

value

bound argument value to return

Created with MrDocs