mrdocs::dom::Array::set

Set the i‐th element, without bounds checking.

Synopsis

Declared in <mrdocs/Dom/Array.hpp>

void
set(
    size_type i,
    Value v);

Parameters

Name Description

i

The zero‐based index of the element.

v

The value to set.

Created with MrDocs