Invoke the specified accessor on the supplied value by dispatching to the appropriate bdlat customization point.

Synopsis

Declared in <bdlar_accessorref.h>

template<class t_TYPE>
int
operator()(t_TYPE const& value) const;

Return Value

value from the invocation of the wrapped accessor

Parameters

Name

Description

value

value to pass to the wrapped accessor

Created with MrDocs