Invoke the specified accessor with the specified value and info.
Declared in <bdlar_accessorref.h>
template<
class t_TYPE,
class t_INFO>
int
operator()(
t_TYPE const& value,
t_INFO const& info) const;
value from the invocation of the wrapped accessor
| Name | Description |
|---|---|
| value | value to pass to the wrapped accessor |
| info | field information to pass to the wrapped accessor |