mrdocs::helpers::registerConstructorHelpers

Register contructor helpers into a Handlebars instance

Synopsis

Declared in <mrdocs/Support/Handlebars.hpp>

void
registerConstructorHelpers(Handlebars& hbs);

Description

This function registers a number of common helpers that allows the user to create objects of specific types directly from literals in the template.

Parameters

NameDescription
hbsThe Handlebars instance to register the helpers into