Type‐erased reference to an accessor callable with a value and field info.

Synopsis

Declared in <bdlar_accessorref.h>

class AccessorWithInfoRef;

Description

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.

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