boost::openmethod::policies::vptr_vector::fn::state::vptrs
The v‐table pointers (pointers to v‐table pointers if Registry contains the indirect_vptr policy), indexed by (possibly hashed) type ids.
Synopsis
Declared in <boost/openmethod/policies/vptr_vector.hpp>
std::conditional_t<Registry::has_indirect_vptr, std::vector<vptr_type const*>, std::vector<vptr_type>> vptrs;
Created with MrDocs