mrdocs::js::Value::getArray

Return the underlying array.

Synopsis

Declared in <mrdocs/Support/JavaScript.hpp>

dom::Array
getArray() const noexcept;

Description

Behaviour is undefined if !isArray()

Return Value

the underlying array.

Created with MrDocs