mrdocs::dom::ArrayImpl::emplace_back

Append an element to the end of the array.

Synopsis

Declared in <mrdocs/Dom/Array.hpp>

virtual
void
emplace_back(value_type value);

Description

The default implementation throws an exception, making the array effectively read‐only.

Parameters

Name Description

value

The type of an element.

Created with MrDocs