mrdocs::dom::Array::push_back

Append an element to the end of the array.

Synopsis

Declared in <mrdocs/Dom/Array.hpp>

void
push_back(value_type value);

Description

If the array is read‐only, an exception is thrown.

Parameters

Name Description

value

The type of an element.

Created with MrDocs