Register contructor helpers into a Handlebars instance
<mrdocs/Support/Handlebars.hpp>void
registerConstructorHelpers(Handlebars& hbs);
This function registers a number of common helpers that allows the user to create objects of specific types directly from literals in the template.
| Name | Description |
|---|---|
| hbs | The Handlebars instance to register the helpers into |