mrdocs::HandlebarsOptions::assumeObjects

Removes object existence checks when traversing paths

Synopsis

Declared in <mrdocs/Support/Handlebars.hpp>

bool assumeObjects = false;

Description

This is a subset of strict mode that generates optimized templates when the data inputs are known to be safe.

Created with MrDocs