"relativize" helper function
<mrdocs/Support/Handlebars.hpp>
dom::Value
relativize_fn(
dom::Value to,
dom::Value from,
dom::Value context);
The "relativize" helper makes the first path relative to the second path.
| 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. |