Determine if one function would override the other

Synopsis

Declared in <mrdocs/Metadata/Info/Function.hpp>

bool
overrides(
    FunctionInfo const& base,
    FunctionInfo const& derived);

Return Value

if one function would override the other

Parameters

Name

Description

base

The base function

derived

The derived function

Created with MrDocs