boost::openmethod::policies::vptr_vector
Stores v‐table pointers in a vector.
Synopsis
struct vptr_vector
: vptr
Description
vptr_vector stores v‐table pointers in a global vector. If Registry contains a type_hash policy, it is used to convert `type_id`s to indices. Otherwise, `type_id`s are used directly as indices.
If the registry contains the indirect_vptr policy, stores pointers to pointers to v‐tables in the vector.
Created with MrDocs