This class provides a type‐erased wrapper around an accessor functor that dispatches to the appropriate bdlat customization point based on the dynamic type category of the supplied value and field metadata.

Synopsis

Declared in <bdlar_accessorref.h>

class AccessorWithInfoRef;

Member Functions

Name

Description

AccessorWithInfoRef [constructor]

Create an AccessorWithInfoRef object that type erases the specified accessor.

operator()

Invoke the specified accessor with the specified value and info.

Created with MrDocs