"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

Name

Description

to

A variant container for any kind of Dom value.

from

A variant container for any kind of Dom value.

context

A variant container for any kind of Dom value.

Created with MrDocs