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