Create an AnyConstRef object.
Declared in <bdlar_anyref.h>
AnyConstRef(
void const* objectAddress,
AnyConstVtable vtable,
bdlat_TypeCategory::Value category);
| Name | Description |
|---|---|
| objectAddress | address of the object to wrap |
| vtable | type-erased const vtable for the object |
| category | type category of the referred object |