"or" helper function
Synopsis
Declared in <mrdocs/Handlebars/Helpers/Logical.hpp>
dom::Value
or_fn(dom::Array const& args);
Description
The "or" helper returns true if any of the values are truthy.
Return Value
A variant container for any kind of Dom value.
Parameters
Name |
Description |
args |
An array of values |
Created with MrDocs