boost::openmethod::policies::IdsToVptr

Type ids and v‐table pointers for a class (exposition only).

Synopsis

struct IdsToVptr;

Member Functions

Name

Description

type_id_begin

Returns an iterator to the beginning of a range of `type_id`s for a single registered class.

type_id_end

Returns an iterator to the end of a range of `type_id`s for a single registered class.

vptr

Returns a range of `type_id`s that this assignment applies to.

Created with MrDocs