mrdocs::handlebars::helpers::or_fn

"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

NameDescription
argsAn array of values