"increment" helper function
<mrdocs/Support/Handlebars.hpp>
dom::Value
increment_fn(dom::Value const& value);
The "increment" helper adds 1 to the value if it's an integer and converts booleans to true. Other values are returned as-is.
| Name | Description |
|---|---|
| value | A variant container for any kind of Dom value. |