boost::openmethod::method<Id, ReturnType(Parameters...), Registry>::next
The next most specialized overrider
Synopsis
Declared in <boost/openmethod/core.hpp>
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.
Template Parameters
| Name | Description |
|---|---|
Fn |
A function that is an overrider of the method. |
Created with MrDocs