boost::openmethod::method<Id, ReturnType(Parameters...), Registry>::next

The next most specialized overrider

Synopsis

template<auto Fn>
static
method<Id, ReturnType(Parameters...), Registry>::FunctionPointer next;

Description

A pointer to the next most specialized overrider after Fn, i.e. the overrider that would be called for the same tuple of virtual arguments if Fn was not present. Set to nullptr if no such overrider exists.

Requirements

Fn must be a function that is an overrider of the method.

Template Parameters

Name Description

Fn

A function that is an overrider of the method.

Created with MrDocs