mrdocs::createFrame
Create child data objects.
Synopses
Declared in <mrdocs/Support/Handlebars.hpp>
Create child data objects.
dom::Object
createFrame(dom::Object const& parent);
dom::Object
createFrame(dom::Value const& parent);
dom::Object
createFrame(
dom::Object const& child,
dom::Object const& parent);
See Also
https://mustache.github.io/mustache.5.html#Sections
Created with MrDocs