clang::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);
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