mrdocs::overrides
Determine if one function would override the other
Synopsis
Declared in <mrdocs/Metadata/Symbol/Function.hpp>
bool
overrides(
    FunctionSymbol const& base,
    FunctionSymbol const& derived);
Parameters
Name  | 
Description  | 
base  | 
The base function  | 
derived  | 
The derived function  | 
Created with MrDocs