Create an AnyRef object.

Synopsis

Declared in <bdlar_anyref.h>

AnyRef(
    void* objectAddress,
    AnyVtable vtable,
    bdlat_TypeCategory::Value category);

Parameters

Name

Description

objectAddress

address of the object to wrap

vtable

type‐erased vtable for the object

category

type category of the referred object

Created with MrDocs