mrdocs::helpers::or_fn

"or" helper function

Synopsis

Declared in <mrdocs/Support/Handlebars.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