mrdocs::helpers::relativize_fn

"relativize" helper function

Synopsis

Declared in <mrdocs/Support/Handlebars.hpp>

dom::Value
relativize_fn(
    dom::Value to,
    dom::Value from,
    dom::Value context);

Description

The "relativize" helper makes the first path relative to the second path.

Return Value

A variant container for any kind of Dom value.

Parameters

NameDescription
toA variant container for any kind of Dom value.
fromA variant container for any kind of Dom value.
contextA variant container for any kind of Dom value.