Return the i‐th element, without bounds checking.

Synopsis

Declared in <mrdocs/Dom/Array.hpp>

virtual
value_type
get(size_type i) const = 0;

Return Value

the i‐th element, without bounds checking.

Parameters

Name

Description

i

An unsigned integral type used for indexes and sizes.

Created with MrDocs