vtable

Creates a virtual table for the given Instance that implements the given Interface.

This function assigns every slot in VirtualTable!Interface with a function pointer that delegates to the Instance type.

template vtable(Interface, Instance, InstanceAllocator, Modules...)
vtable
()

Members

Functions

vtable
auto vtable()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta